Class: Aws::Types::ConfirmSubscriptionInput
- Inherits:
-
Object
- Object
- Aws::Types::ConfirmSubscriptionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authenticate_on_unsubscribe ⇒ ::String
Returns the value of attribute authenticate_on_unsubscribe.
-
#token ⇒ ::String
Returns the value of attribute token.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#authenticate_on_unsubscribe ⇒ ::String
Returns the value of attribute authenticate_on_unsubscribe.
60 61 62 |
# File 'sig/types.rbs', line 60 def authenticate_on_unsubscribe @authenticate_on_unsubscribe end |
#token ⇒ ::String
Returns the value of attribute token.
59 60 61 |
# File 'sig/types.rbs', line 59 def token @token end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
58 59 60 |
# File 'sig/types.rbs', line 58 def topic_arn @topic_arn end |