Module: Aws::MediaPackage::Client::_DescribeHarvestJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeHarvestJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #channel_id ⇒ ::String
- #created_at ⇒ ::String
- #end_time ⇒ ::String
- #id ⇒ ::String
- #origin_endpoint_id ⇒ ::String
- #s3_destination ⇒ Types::S3Destination
- #start_time ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
Instance Method Details
#arn ⇒ ::String
228 |
# File 'sig/client.rbs', line 228 def arn: () -> ::String |
#channel_id ⇒ ::String
229 |
# File 'sig/client.rbs', line 229 def channel_id: () -> ::String |
#created_at ⇒ ::String
230 |
# File 'sig/client.rbs', line 230 def created_at: () -> ::String |
#end_time ⇒ ::String
231 |
# File 'sig/client.rbs', line 231 def end_time: () -> ::String |
#id ⇒ ::String
232 |
# File 'sig/client.rbs', line 232 def id: () -> ::String |
#origin_endpoint_id ⇒ ::String
233 |
# File 'sig/client.rbs', line 233 def origin_endpoint_id: () -> ::String |
#s3_destination ⇒ Types::S3Destination
234 |
# File 'sig/client.rbs', line 234 def s3_destination: () -> Types::S3Destination |
#start_time ⇒ ::String
235 |
# File 'sig/client.rbs', line 235 def start_time: () -> ::String |
#status ⇒ "IN_PROGRESS", ...
236 |
# File 'sig/client.rbs', line 236 def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED") |