Class: Aws::Types::UpdateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
Returns the value of attribute input_switch_configuration.
-
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
Returns the value of attribute output_header_configuration.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
917 918 919 |
# File 'sig/types.rbs', line 917 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
918 919 920 |
# File 'sig/types.rbs', line 918 def channel_name @channel_name end |
#description ⇒ ::String
Returns the value of attribute description.
920 921 922 |
# File 'sig/types.rbs', line 920 def description @description end |
#etag ⇒ ::String
Returns the value of attribute etag.
919 920 921 |
# File 'sig/types.rbs', line 919 def etag @etag end |
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
Returns the value of attribute input_switch_configuration.
921 922 923 |
# File 'sig/types.rbs', line 921 def input_switch_configuration @input_switch_configuration end |
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
Returns the value of attribute output_header_configuration.
922 923 924 |
# File 'sig/types.rbs', line 922 def output_header_configuration @output_header_configuration end |