Class: Aws::Types::Subscription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_subscriptions::Array[Types::EventSubscription]

Returns the value of attribute event_subscriptions.

Returns:



720
721
722
# File 'sig/types.rbs', line 720

def event_subscriptions
  @event_subscriptions
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def resource_arn
  @resource_arn
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def topic_arn
  @topic_arn
end