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