Class: Aws::DataZone::Types::OwnerGroupProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::OwnerGroupProperties
- 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_identifier ⇒ String
The ID of the domain unit owners group.
Instance Attribute Details
#group_identifier ⇒ String
The ID of the domain unit owners group.
11829 11830 11831 11832 11833 |
# File 'lib/aws-sdk-datazone/types.rb', line 11829 class OwnerGroupProperties < Struct.new( :group_identifier) SENSITIVE = [] include Aws::Structure end |