Class: Aws::WorkDocs::Types::GetCurrentUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetCurrentUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user ⇒ Types::User
Metadata of the user.
Instance Attribute Details
#user ⇒ Types::User
Metadata of the user.
1732 1733 1734 1735 1736 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1732 class GetCurrentUserResponse < Struct.new( :user) SENSITIVE = [] include Aws::Structure end |