Class: Aws::DataZone::Types::OwnerGroupProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::OwnerGroupProperties
- Defined in:
- gems/aws-sdk-datazone/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.
14221 14222 14223 14224 14225 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14221 class OwnerGroupProperties < Struct.new( :group_identifier) SENSITIVE = [] include Aws::Structure end |