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 Number (ARN) of the MicrosoftTeamsChannelConfiguration to retrieve.
Instance Attribute Details
#chat_configuration_arn ⇒ String
The Amazon Resource Number (ARN) of the MicrosoftTeamsChannelConfiguration to retrieve.
1019 1020 1021 1022 1023 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1019 class GetTeamsChannelConfigurationRequest < Struct.new( :chat_configuration_arn) SENSITIVE = [] include Aws::Structure end |