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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


11829
11830
11831
11832
11833
# File 'lib/aws-sdk-datazone/types.rb', line 11829

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