Class: Aws::DataZone::Types::OwnerUserProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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_identifierString

The ID of the owner user.

Returns:

  • (String)


17639
17640
17641
17642
17643
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17639

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