Class: Aws::WorkDocs::Types::GetCurrentUserResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#userTypes::User

Metadata of the user.

Returns:



1732
1733
1734
1735
1736
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1732

class GetCurrentUserResponse < Struct.new(
  :user)
  SENSITIVE = []
  include Aws::Structure
end