Class: Aws::DataZone::Types::OwnerGroupPropertiesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::OwnerGroupPropertiesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The properties of the domain unit owners group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The ID of the domain unit owners group.
Instance Attribute Details
#group_id ⇒ String
The ID of the domain unit owners group.
11843 11844 11845 11846 11847 |
# File 'lib/aws-sdk-datazone/types.rb', line 11843 class OwnerGroupPropertiesOutput < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end |