Class: Aws::DataZone::Types::DomainUnitUserProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DomainUnitUserProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The properties of the domain unit user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_id ⇒ String
The ID of teh domain unit user.
Instance Attribute Details
#user_id ⇒ String
The ID of teh domain unit user.
5592 5593 5594 5595 5596 |
# File 'lib/aws-sdk-datazone/types.rb', line 5592 class DomainUnitUserProperties < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |