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)


11455
11456
11457
11458
11459
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11455

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