Class: Aws::Types::Subscription
- Inherits:
-
Object
- Object
- Aws::Types::Subscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_subscriptions ⇒ ::Array[Types::EventSubscription]
Returns the value of attribute event_subscriptions.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#event_subscriptions ⇒ ::Array[Types::EventSubscription]
Returns the value of attribute event_subscriptions.
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.
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.
719 720 721 |
# File 'sig/types.rbs', line 719 def topic_arn @topic_arn end |