Class: Aws::DataZone::Types::GroupDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The details of a group in Amazon DataZone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The identifier of the group in Amazon DataZone.

Returns:

  • (String)


6649
6650
6651
6652
6653
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6649

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