Module: Aws::MediaPackageV2::Client::_CreateHarvestJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateHarvestJobResponse]
- 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
157 |
# File 'sig/client.rbs', line 157
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
149 |
# File 'sig/client.rbs', line 149
def channel_group_name: () -> ::String
|
#channel_name ⇒ ::String
150 |
# File 'sig/client.rbs', line 150
def channel_name: () -> ::String
|
#created_at ⇒ ::Time
158 |
# File 'sig/client.rbs', line 158
def created_at: () -> ::Time
|
#description ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def description: () -> ::String
|
#destination ⇒ Types::Destination
152 |
# File 'sig/client.rbs', line 152
def destination: () -> Types::Destination
|
#error_message ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def error_message: () -> ::String
|
#etag ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def etag: () -> ::String
|
#harvest_job_name ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def harvest_job_name: () -> ::String
|
#harvested_manifests ⇒ Types::HarvestedManifests
154 |
# File 'sig/client.rbs', line 154
def harvested_manifests: () -> Types::HarvestedManifests
|
#modified_at ⇒ ::Time
159 |
# File 'sig/client.rbs', line 159
def modified_at: () -> ::Time
|
#origin_endpoint_name ⇒ ::String
151 |
# File 'sig/client.rbs', line 151
def origin_endpoint_name: () -> ::String
|
#schedule_configuration ⇒ Types::HarvesterScheduleConfiguration
156 |
# File 'sig/client.rbs', line 156
def schedule_configuration: () -> Types::HarvesterScheduleConfiguration
|
#status ⇒ "QUEUED", ...
160 |
# File 'sig/client.rbs', line 160
def status: () -> ("QUEUED" | "IN_PROGRESS" | "CANCELLED" | "COMPLETED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
163 |
# File 'sig/client.rbs', line 163
def tags: () -> ::Hash[::String, ::String]
|