Module: Aws::MediaPackage::Client::_CreateHarvestJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateHarvestJobResponse]
- 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
125 |
# File 'sig/client.rbs', line 125
def arn: () -> ::String
|
#channel_id ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def channel_id: () -> ::String
|
#created_at ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def created_at: () -> ::String
|
#end_time ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def end_time: () -> ::String
|
#id ⇒ ::String
129 |
# File 'sig/client.rbs', line 129
def id: () -> ::String
|
#origin_endpoint_id ⇒ ::String
130 |
# File 'sig/client.rbs', line 130
def origin_endpoint_id: () -> ::String
|
#s3_destination ⇒ Types::S3Destination
131 |
# File 'sig/client.rbs', line 131
def s3_destination: () -> Types::S3Destination
|
#start_time ⇒ ::String
132 |
# File 'sig/client.rbs', line 132
def start_time: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
133 |
# File 'sig/client.rbs', line 133
def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|