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

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_idString

The ID of the domain unit owners group.

Returns:

  • (String)


14235
14236
14237
14238
14239
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14235

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