Class: Aws::DataZone::Types::OwnerUserProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::OwnerUserProperties
- 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
-
#user_identifier ⇒ String
The ID of the owner user.
Instance Attribute Details
#user_identifier ⇒ String
The ID of the owner user.
14303 14304 14305 14306 14307 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14303 class OwnerUserProperties < Struct.new( :user_identifier) SENSITIVE = [] include Aws::Structure end |