Method: Aws::Chatbot::Types::DeleteMicrosoftTeamsUserIdentityRequest#user_id

Defined in:
lib/aws-sdk-chatbot/types.rb

#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