Class: Aws::Chatbot::Types::UpdateTeamsChannelConfigurationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chatbot/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.



1522
1523
1524
1525
1526
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1522

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