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

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


20072
20073
20074
20075
20076
# File 'lib/aws-sdk-datazone/types.rb', line 20072

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