Class: Aws::WorkDocs::Types::DeactivateUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DeactivateUserRequest
- 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. Not required when using Amazon Web Services administrator credentials to access the API.
602 603 604 605 606 607 |
# File 'lib/aws-sdk-workdocs/types.rb', line 602 class DeactivateUserRequest < Struct.new( :user_id, :authentication_token) SENSITIVE = [:authentication_token] include Aws::Structure end |
#user_id ⇒ String
The ID of the user.
602 603 604 605 606 607 |
# File 'lib/aws-sdk-workdocs/types.rb', line 602 class DeactivateUserRequest < Struct.new( :user_id, :authentication_token) SENSITIVE = [:authentication_token] include Aws::Structure end |