Class: Aws::DataZone::Types::SubscribedGroupInput

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

Overview

The details of the subscribed group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The ID of the subscribed group.

Returns:

  • (String)


19569
19570
19571
19572
19573
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19569

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