Class: Aws::WorkDocs::Types::GetCurrentUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetCurrentUserRequest
- 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.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
1720 1721 1722 1723 1724 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1720 class GetCurrentUserRequest < Struct.new( :authentication_token) SENSITIVE = [:authentication_token] include Aws::Structure end |