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