Class: Aws::Chatbot::Types::DeleteMicrosoftTeamsUserIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::DeleteMicrosoftTeamsUserIdentityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chat_configuration_arn ⇒ String
The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.
-
#user_id ⇒ String
The Microsoft Teams user ID.
Instance Attribute Details
#chat_configuration_arn ⇒ String
The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.
535 536 537 538 539 540 |
# File 'lib/aws-sdk-chatbot/types.rb', line 535 class DeleteMicrosoftTeamsUserIdentityRequest < Struct.new( :chat_configuration_arn, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The Microsoft Teams user ID.
535 536 537 538 539 540 |
# File 'lib/aws-sdk-chatbot/types.rb', line 535 class DeleteMicrosoftTeamsUserIdentityRequest < Struct.new( :chat_configuration_arn, :user_id) SENSITIVE = [] include Aws::Structure end |