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

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

Instance Attribute Details

#user_idString

The ID of teh domain unit user.

Returns:

  • (String)


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