Class: Aws::DataZone::Types::DomainUnitGroupProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DomainUnitGroupProperties
- Defined in:
- gems/aws-sdk-datazone/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.
6343 6344 6345 6346 6347 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6343 class DomainUnitGroupProperties < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end |