Class: Aws::Types::CreateSignalingChannelInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSignalingChannelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#channel_type ⇒ "SINGLE_MASTER", "FULL_MESH"
Returns the value of attribute channel_type.
-
#single_master_configuration ⇒ Types::SingleMasterConfiguration
Returns the value of attribute single_master_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
49 50 51 |
# File 'sig/types.rbs', line 49 def channel_name @channel_name end |
#channel_type ⇒ "SINGLE_MASTER", "FULL_MESH"
Returns the value of attribute channel_type.
50 51 52 |
# File 'sig/types.rbs', line 50 def channel_type @channel_type end |
#single_master_configuration ⇒ Types::SingleMasterConfiguration
Returns the value of attribute single_master_configuration.
51 52 53 |
# File 'sig/types.rbs', line 51 def single_master_configuration @single_master_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
52 53 54 |
# File 'sig/types.rbs', line 52 def @tags end |