Module: Aws::MediaPackageV2::Client::_CreateChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateChannelResponse]
- 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
96 |
# File 'sig/client.rbs', line 96
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
98 |
# File 'sig/client.rbs', line 98
def channel_group_name: () -> ::String
|
#channel_name ⇒ ::String
97 |
# File 'sig/client.rbs', line 97
def channel_name: () -> ::String
|
#created_at ⇒ ::Time
99 |
# File 'sig/client.rbs', line 99
def created_at: () -> ::Time
|
#description ⇒ ::String
101 |
# File 'sig/client.rbs', line 101
def description: () -> ::String
|
#etag ⇒ ::String
104 |
# File 'sig/client.rbs', line 104
def etag: () -> ::String
|
#ingest_endpoints ⇒ ::Array[Types::IngestEndpoint]
102 |
# File 'sig/client.rbs', line 102
def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
|
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
106 |
# File 'sig/client.rbs', line 106
def input_switch_configuration: () -> Types::InputSwitchConfiguration
|
#input_type ⇒ "HLS", "CMAF"
103 |
# File 'sig/client.rbs', line 103
def input_type: () -> ("HLS" | "CMAF")
|
#modified_at ⇒ ::Time
100 |
# File 'sig/client.rbs', line 100
def modified_at: () -> ::Time
|
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
107 |
# File 'sig/client.rbs', line 107
def output_header_configuration: () -> Types::OutputHeaderConfiguration
|
#tags ⇒ ::Hash[::String, ::String]
105 |
# File 'sig/client.rbs', line 105
def tags: () -> ::Hash[::String, ::String]
|