Class: Aws::DataZone::Types::DomainUnitUserProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#user_idString

The ID of teh domain unit user.

Returns:

  • (String)


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