Class: Aws::Chatbot::Types::UpdateTeamsChannelConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::UpdateTeamsChannelConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_configuration ⇒ Types::TeamsChannelConfiguration
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
Instance Attribute Details
#channel_configuration ⇒ Types::TeamsChannelConfiguration
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
2082 2083 2084 2085 2086 |
# File 'lib/aws-sdk-chatbot/types.rb', line 2082 class UpdateTeamsChannelConfigurationResult < Struct.new( :channel_configuration) SENSITIVE = [] include Aws::Structure end |