Class: Aws::DataZone::Types::OwnerUserPropertiesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::OwnerUserPropertiesOutput
- 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_id ⇒ String
The ID of the owner user.
Instance Attribute Details
#user_id ⇒ String
The ID of the owner user.
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 |