Class: Aws::DataZone::Types::UserDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UserDetails
- 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
-
#user_id ⇒ String
The identifier of the Amazon DataZone user.
Instance Attribute Details
#user_id ⇒ String
The identifier of the Amazon DataZone user.
16106 16107 16108 16109 16110 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16106 class UserDetails < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |