Class: Aws::Types::SlackChannel
- Inherits:
-
Object
- Object
- Aws::Types::SlackChannel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
Instance Attribute Details
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def channel_id @channel_id end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def channel_name @channel_name end |