Class: Aws::Chatbot::Types::DeleteTeamsChannelConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::DeleteTeamsChannelConfigurationRequest
- 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 associated with the user identity to delete.
Instance Attribute Details
#chat_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.
669 670 671 672 673 |
# File 'lib/aws-sdk-chatbot/types.rb', line 669 class DeleteTeamsChannelConfigurationRequest < Struct.new( :chat_configuration_arn) SENSITIVE = [] include Aws::Structure end |