Class: Aws::Chatbot::Types::GetTeamsChannelConfigurationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chatbot/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_configurationTypes::TeamsChannelConfiguration

The configuration for a Microsoft Teams channel configured with AWS Chatbot.



1032
1033
1034
1035
1036
# File 'lib/aws-sdk-chatbot/types.rb', line 1032

class GetTeamsChannelConfigurationResult < Struct.new(
  :channel_configuration)
  SENSITIVE = []
  include Aws::Structure
end