Module: Aws::MediaPackageV2::Client::_GetChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #channel_group_name ⇒ ::String
- #channel_name ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #etag ⇒ ::String
- #ingest_endpoints ⇒ ::Array[Types::IngestEndpoint]
- #input_switch_configuration ⇒ Types::InputSwitchConfiguration
- #input_type ⇒ "HLS", "CMAF"
- #modified_at ⇒ ::Time
- #output_header_configuration ⇒ Types::OutputHeaderConfiguration
- #reset_at ⇒ ::Time
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def channel_group_name: () -> ::String
|
#channel_name ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def channel_name: () -> ::String
|
#created_at ⇒ ::Time
311 |
# File 'sig/client.rbs', line 311
def created_at: () -> ::Time
|
#description ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def description: () -> ::String
|
#etag ⇒ ::String
317 |
# File 'sig/client.rbs', line 317
def etag: () -> ::String
|
#ingest_endpoints ⇒ ::Array[Types::IngestEndpoint]
315 |
# File 'sig/client.rbs', line 315
def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
|
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
319 |
# File 'sig/client.rbs', line 319
def input_switch_configuration: () -> Types::InputSwitchConfiguration
|
#input_type ⇒ "HLS", "CMAF"
316 |
# File 'sig/client.rbs', line 316
def input_type: () -> ("HLS" | "CMAF")
|
#modified_at ⇒ ::Time
312 |
# File 'sig/client.rbs', line 312
def modified_at: () -> ::Time
|
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
320 |
# File 'sig/client.rbs', line 320
def output_header_configuration: () -> Types::OutputHeaderConfiguration
|
#reset_at ⇒ ::Time
313 |
# File 'sig/client.rbs', line 313
def reset_at: () -> ::Time
|
#tags ⇒ ::Hash[::String, ::String]
318 |
# File 'sig/client.rbs', line 318
def tags: () -> ::Hash[::String, ::String]
|