Class: Aws::SupportApp::Types::DeleteSlackChannelConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupportApp::Types::DeleteSlackChannelConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supportapp/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_id ⇒ String
The channel ID in Slack.
-
#team_id ⇒ String
The team ID in Slack.
Instance Attribute Details
#channel_id ⇒ String
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
167 168 169 170 171 172 |
# File 'lib/aws-sdk-supportapp/types.rb', line 167 class DeleteSlackChannelConfigurationRequest < Struct.new( :channel_id, :team_id) SENSITIVE = [] include Aws::Structure end |
#team_id ⇒ String
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as ‘T012ABCDEFG`.
167 168 169 170 171 172 |
# File 'lib/aws-sdk-supportapp/types.rb', line 167 class DeleteSlackChannelConfigurationRequest < Struct.new( :channel_id, :team_id) SENSITIVE = [] include Aws::Structure end |