Class: Aws::DataZone::Types::UserDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The user details of a project member.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_idString

The identifier of the Amazon DataZone user.

Returns:

  • (String)


16854
16855
16856
16857
16858
# File 'lib/aws-sdk-datazone/types.rb', line 16854

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