Class: Aws::Types::CreateChannelInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_description ⇒ ::String
Returns the value of attribute channel_description.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
Instance Attribute Details
#channel_description ⇒ ::String
Returns the value of attribute channel_description.
100 101 102 |
# File 'sig/types.rbs', line 100 def channel_description @channel_description end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
99 100 101 |
# File 'sig/types.rbs', line 99 def channel_name @channel_name end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
98 99 100 |
# File 'sig/types.rbs', line 98 def space_id @space_id end |