Class: Aws::Types::GetChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetChannelRequest
- 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.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
427 428 429 |
# File 'sig/types.rbs', line 427 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
428 429 430 |
# File 'sig/types.rbs', line 428 def channel_name @channel_name end |