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)


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_idString

The Microsoft Teams user ID.

Returns:

  • (String)


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