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)


11925
11926
11927
11928
11929
# File 'lib/aws-sdk-datazone/types.rb', line 11925

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