Class: Aws::WorkDocs::Types::DeleteUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DeleteUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#user_id ⇒ String
The ID of the user.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using Amazon Web Services credentials.
825 826 827 828 829 830 |
# File 'lib/aws-sdk-workdocs/types.rb', line 825 class DeleteUserRequest < Struct.new( :authentication_token, :user_id) SENSITIVE = [:authentication_token] include Aws::Structure end |
#user_id ⇒ String
The ID of the user.
825 826 827 828 829 830 |
# File 'lib/aws-sdk-workdocs/types.rb', line 825 class DeleteUserRequest < Struct.new( :authentication_token, :user_id) SENSITIVE = [:authentication_token] include Aws::Structure end |