Class: Aws::Types::Subscription
- Inherits:
-
Object
- Object
- Aws::Types::Subscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#subscription_arn ⇒ ::String
Returns the value of attribute subscription_arn.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
570 571 572 |
# File 'sig/types.rbs', line 570 def endpoint @endpoint end |
#owner ⇒ ::String
Returns the value of attribute owner.
568 569 570 |
# File 'sig/types.rbs', line 568 def owner @owner end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
569 570 571 |
# File 'sig/types.rbs', line 569 def protocol @protocol end |
#subscription_arn ⇒ ::String
Returns the value of attribute subscription_arn.
567 568 569 |
# File 'sig/types.rbs', line 567 def subscription_arn @subscription_arn end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
571 572 573 |
# File 'sig/types.rbs', line 571 def topic_arn @topic_arn end |