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
369 |
# File 'sig/client.rbs', line 369
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
361 |
# File 'sig/client.rbs', line 361
def channel_group_name: () -> ::String
|
#channel_name ⇒ ::String
362 |
# File 'sig/client.rbs', line 362
def channel_name: () -> ::String
|
#created_at ⇒ ::Time
370 |
# File 'sig/client.rbs', line 370
def created_at: () -> ::Time
|
#description ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def description: () -> ::String
|
#destination ⇒ Types::Destination
364 |
# File 'sig/client.rbs', line 364
def destination: () -> Types::Destination
|
#error_message ⇒ ::String
373 |
# File 'sig/client.rbs', line 373
def error_message: () -> ::String
|
#etag ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def etag: () -> ::String
|
#harvest_job_name ⇒ ::String
365 |
# File 'sig/client.rbs', line 365
def harvest_job_name: () -> ::String
|
#harvested_manifests ⇒ Types::HarvestedManifests
366 |
# File 'sig/client.rbs', line 366
def harvested_manifests: () -> Types::HarvestedManifests
|
#modified_at ⇒ ::Time
371 |
# File 'sig/client.rbs', line 371
def modified_at: () -> ::Time
|
#origin_endpoint_name ⇒ ::String
363 |
# File 'sig/client.rbs', line 363
def origin_endpoint_name: () -> ::String
|
#schedule_configuration ⇒ Types::HarvesterScheduleConfiguration
368 |
# File 'sig/client.rbs', line 368
def schedule_configuration: () -> Types::HarvesterScheduleConfiguration
|
#status ⇒ "QUEUED", ...
372 |
# File 'sig/client.rbs', line 372
def status: () -> ("QUEUED" | "IN_PROGRESS" | "CANCELLED" | "COMPLETED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
375 |
# File 'sig/client.rbs', line 375
def tags: () -> ::Hash[::String, ::String]
|