Class: Aws::Types::SetSubscriptionAttributesInput
- Inherits:
-
Object
- Object
- Aws::Types::SetSubscriptionAttributesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
-
#subscription_arn ⇒ ::String
Returns the value of attribute subscription_arn.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
535 536 537 |
# File 'sig/types.rbs', line 535 def attribute_name @attribute_name end |
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
536 537 538 |
# File 'sig/types.rbs', line 536 def attribute_value @attribute_value end |
#subscription_arn ⇒ ::String
Returns the value of attribute subscription_arn.
534 535 536 |
# File 'sig/types.rbs', line 534 def subscription_arn @subscription_arn end |