Class: Aws::Types::GetChannelInput
- Inherits:
-
Object
- Object
- Aws::Types::GetChannelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
Instance Attribute Details
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def channel_id @channel_id end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def space_id @space_id end |