Class: Aws::Types::SubscribeInput
- Inherits:
-
Object
- Object
- Aws::Types::SubscribeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#return_subscription_arn ⇒ Boolean
Returns the value of attribute return_subscription_arn.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
556 557 558 |
# File 'sig/types.rbs', line 556 def attributes @attributes end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
555 556 557 |
# File 'sig/types.rbs', line 555 def endpoint @endpoint end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
554 555 556 |
# File 'sig/types.rbs', line 554 def protocol @protocol end |
#return_subscription_arn ⇒ Boolean
Returns the value of attribute return_subscription_arn.
557 558 559 |
# File 'sig/types.rbs', line 557 def return_subscription_arn @return_subscription_arn end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
553 554 555 |
# File 'sig/types.rbs', line 553 def topic_arn @topic_arn end |