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