Class: Aws::Chatbot::Types::DeleteMicrosoftTeamsUserIdentityRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chatbot/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chat_configuration_arnString

The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.

Returns:

  • (String)


764
765
766
767
768
769
# File 'lib/aws-sdk-chatbot/types.rb', line 764

class DeleteMicrosoftTeamsUserIdentityRequest < Struct.new(
  :chat_configuration_arn,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The Microsoft Teams user ID.

Returns:

  • (String)


764
765
766
767
768
769
# File 'lib/aws-sdk-chatbot/types.rb', line 764

class DeleteMicrosoftTeamsUserIdentityRequest < Struct.new(
  :chat_configuration_arn,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end