Module: Aws::MediaPackageV2::Client::_GetHarvestJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetHarvestJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #channel_group_name ⇒ ::String
- #channel_name ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #destination ⇒ Types::Destination
- #error_message ⇒ ::String
- #etag ⇒ ::String
- #harvest_job_name ⇒ ::String
- #harvested_manifests ⇒ Types::HarvestedManifests
- #modified_at ⇒ ::Time
- #origin_endpoint_name ⇒ ::String
- #schedule_configuration ⇒ Types::HarvesterScheduleConfiguration
- #status ⇒ "QUEUED", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
364 |
# File 'sig/client.rbs', line 364
def channel_group_name: () -> ::String
|
#channel_name ⇒ ::String
365 |
# File 'sig/client.rbs', line 365
def channel_name: () -> ::String
|
#created_at ⇒ ::Time
373 |
# File 'sig/client.rbs', line 373
def created_at: () -> ::Time
|
#description ⇒ ::String
370 |
# File 'sig/client.rbs', line 370
def description: () -> ::String
|
#destination ⇒ Types::Destination
367 |
# File 'sig/client.rbs', line 367
def destination: () -> Types::Destination
|
#error_message ⇒ ::String
376 |
# File 'sig/client.rbs', line 376
def error_message: () -> ::String
|
#etag ⇒ ::String
377 |
# File 'sig/client.rbs', line 377
def etag: () -> ::String
|
#harvest_job_name ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def harvest_job_name: () -> ::String
|
#harvested_manifests ⇒ Types::HarvestedManifests
369 |
# File 'sig/client.rbs', line 369
def harvested_manifests: () -> Types::HarvestedManifests
|
#modified_at ⇒ ::Time
374 |
# File 'sig/client.rbs', line 374
def modified_at: () -> ::Time
|
#origin_endpoint_name ⇒ ::String
366 |
# File 'sig/client.rbs', line 366
def origin_endpoint_name: () -> ::String
|
#schedule_configuration ⇒ Types::HarvesterScheduleConfiguration
371 |
# File 'sig/client.rbs', line 371
def schedule_configuration: () -> Types::HarvesterScheduleConfiguration
|
#status ⇒ "QUEUED", ...
375 |
# File 'sig/client.rbs', line 375
def status: () -> ("QUEUED" | "IN_PROGRESS" | "CANCELLED" | "COMPLETED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
378 |
# File 'sig/client.rbs', line 378
def tags: () -> ::Hash[::String, ::String]
|