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)


19113
19114
19115
19116
19117
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19113

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