Class: Aws::DataZone::Types::DomainUnitUserProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DomainUnitUserProperties
- Defined in:
- gems/aws-sdk-datazone/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.
6446 6447 6448 6449 6450 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6446 class DomainUnitUserProperties < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |