Class: Aws::DataZone::Types::DomainUnitGroupProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#group_idString

The ID of the domain unit group.

Returns:

  • (String)


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