Module: Aws::MediaPackageV2::Client::_UpdateChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateChannelResponse]
- 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
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
570 |
# File 'sig/client.rbs', line 570
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
572 |
# File 'sig/client.rbs', line 572
def channel_group_name: () -> ::String
|
#channel_name ⇒ ::String
571 |
# File 'sig/client.rbs', line 571
def channel_name: () -> ::String
|
#created_at ⇒ ::Time
573 |
# File 'sig/client.rbs', line 573
def created_at: () -> ::Time
|
#description ⇒ ::String
575 |
# File 'sig/client.rbs', line 575
def description: () -> ::String
|
#etag ⇒ ::String
578 |
# File 'sig/client.rbs', line 578
def etag: () -> ::String
|
#ingest_endpoints ⇒ ::Array[Types::IngestEndpoint]
576 |
# File 'sig/client.rbs', line 576
def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
|
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
580 |
# File 'sig/client.rbs', line 580
def input_switch_configuration: () -> Types::InputSwitchConfiguration
|
#input_type ⇒ "HLS", "CMAF"
577 |
# File 'sig/client.rbs', line 577
def input_type: () -> ("HLS" | "CMAF")
|
#modified_at ⇒ ::Time
574 |
# File 'sig/client.rbs', line 574
def modified_at: () -> ::Time
|
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
581 |
# File 'sig/client.rbs', line 581
def output_header_configuration: () -> Types::OutputHeaderConfiguration
|
#tags ⇒ ::Hash[::String, ::String]
579 |
# File 'sig/client.rbs', line 579
def tags: () -> ::Hash[::String, ::String]
|