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)


6370
6371
6372
6373
6374
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6370

class DomainUnitGroupProperties < Struct.new(
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end