Class: Aws::Types::DeleteSlackChannelConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSlackChannelConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#team_id ⇒ ::String
Returns the value of attribute team_id.
Instance Attribute Details
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
43 44 45 |
# File 'sig/types.rbs', line 43 def channel_id @channel_id end |
#team_id ⇒ ::String
Returns the value of attribute team_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def team_id @team_id end |