Class: Aws::Chatbot::Types::UpdateSlackChannelConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::UpdateSlackChannelConfigurationResult
- 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.
1996 1997 1998 1999 2000 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1996 class UpdateSlackChannelConfigurationResult < Struct.new( :channel_configuration) SENSITIVE = [] include Aws::Structure end |