Class: Aws::Chatbot::Types::GetTeamsChannelConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::GetTeamsChannelConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chat_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration to retrieve.
Instance Attribute Details
#chat_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration to retrieve.
1295 1296 1297 1298 1299 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1295 class GetTeamsChannelConfigurationRequest < Struct.new( :chat_configuration_arn) SENSITIVE = [] include Aws::Structure end |