Method: Aws::Chatbot::Types::DeleteMicrosoftTeamsUserIdentityRequest#user_id
- Defined in:
- lib/aws-sdk-chatbot/types.rb
#user_id ⇒ String
The Microsoft Teams user ID.
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 |