Class: Aws::DataZone::Types::OwnerGroupProperties

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

Instance Attribute Details

#group_identifierString

The ID of the domain unit owners group.

Returns:

  • (String)


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