Class: Aws::Types::UpdateChannelInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_description ⇒ ::String
Returns the value of attribute channel_description.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#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.
322 323 324 |
# File 'sig/types.rbs', line 322 def channel_description @channel_description end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
320 321 322 |
# File 'sig/types.rbs', line 320 def channel_id @channel_id end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
321 322 323 |
# File 'sig/types.rbs', line 321 def channel_name @channel_name end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
319 320 321 |
# File 'sig/types.rbs', line 319 def space_id @space_id end |