Class: Aws::Types::CreateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
Returns the value of attribute input_switch_configuration.
-
#input_type ⇒ "HLS", "CMAF"
Returns the value of attribute input_type.
-
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
Returns the value of attribute output_header_configuration.
-
#output_locking_mode ⇒ "EPOCH_LOCKED", "NON_EPOCH_LOCKED"
Returns the value of attribute output_locking_mode.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
82 83 84 |
# File 'sig/types.rbs', line 82 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
83 84 85 |
# File 'sig/types.rbs', line 83 def channel_name @channel_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
84 85 86 |
# File 'sig/types.rbs', line 84 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
86 87 88 |
# File 'sig/types.rbs', line 86 def description @description end |
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
Returns the value of attribute input_switch_configuration.
87 88 89 |
# File 'sig/types.rbs', line 87 def input_switch_configuration @input_switch_configuration end |
#input_type ⇒ "HLS", "CMAF"
Returns the value of attribute input_type.
85 86 87 |
# File 'sig/types.rbs', line 85 def input_type @input_type end |
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
Returns the value of attribute output_header_configuration.
88 89 90 |
# File 'sig/types.rbs', line 88 def output_header_configuration @output_header_configuration end |
#output_locking_mode ⇒ "EPOCH_LOCKED", "NON_EPOCH_LOCKED"
Returns the value of attribute output_locking_mode.
89 90 91 |
# File 'sig/types.rbs', line 89 def output_locking_mode @output_locking_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
90 91 92 |
# File 'sig/types.rbs', line 90 def @tags end |