Class: Aws::DataZone::Types::OwnerUserPropertiesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The properties of the owner user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_idString

The ID of the owner user.

Returns:

  • (String)


17421
17422
17423
17424
17425
# File 'lib/aws-sdk-datazone/types.rb', line 17421

class OwnerUserPropertiesOutput < Struct.new(
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end