Class: Aws::DataZone::Types::OwnerGroupPropertiesOutput

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_idString

The ID of the domain unit owners group.

Returns:

  • (String)


11843
11844
11845
11846
11847
# File 'lib/aws-sdk-datazone/types.rb', line 11843

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