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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


12075
12076
12077
12078
12079
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12075

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