Class: Aws::Chatbot::Types::CreateSlackChannelConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::CreateSlackChannelConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_configuration ⇒ Types::SlackChannelConfiguration
The configuration for a Slack channel configured with AWS Chatbot.
Instance Attribute Details
#channel_configuration ⇒ Types::SlackChannelConfiguration
The configuration for a Slack channel configured with AWS Chatbot.
357 358 359 360 361 |
# File 'lib/aws-sdk-chatbot/types.rb', line 357 class CreateSlackChannelConfigurationResult < Struct.new( :channel_configuration) SENSITIVE = [] include Aws::Structure end |