DescribeHarvestJobResponse class

Constructors

DescribeHarvestJobResponse({String? arn, String? channelId, String? createdAt, String? endTime, String? id, String? originEndpointId, S3Destination? s3Destination, String? startTime, Status? status})
DescribeHarvestJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) assigned to the HarvestJob.
final
channelId String?
The ID of the Channel that the HarvestJob will harvest from.
final
createdAt String?
The time the HarvestJob was submitted
final
endTime String?
The end of the time-window which will be harvested.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted.
final
originEndpointId String?
The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Destination S3Destination?
final
startTime String?
The start of the time-window which will be harvested.
final
status Status?
The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for HarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will include an explanation of why the HarvestJob failed.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited