Class: Aws::DataZone::Types::OwnerUserPropertiesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::OwnerUserPropertiesOutput
- 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_id ⇒ String
The ID of the owner user.
Instance Attribute Details
#user_id ⇒ String
The ID of the owner user.
14359 14360 14361 14362 14363 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14359 class OwnerUserPropertiesOutput < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |