Class: Aws::Chatbot::Types::GetTeamsChannelConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::GetTeamsChannelConfigurationResult
- Defined in:
- gems/aws-sdk-chatbot/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.
1308 1309 1310 1311 1312 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1308 class GetTeamsChannelConfigurationResult < Struct.new( :channel_configuration) SENSITIVE = [] include Aws::Structure end |