Class: Aws::Types::CancelSubscriptionChangeOutput
- Inherits:
-
Object
- Object
- Aws::Types::CancelSubscriptionChangeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
-
#subscription ⇒ Types::Subscription
Returns the value of attribute subscription.
Instance Attribute Details
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
52 53 54 |
# File 'sig/types.rbs', line 52 def e_tag @e_tag end |
#subscription ⇒ Types::Subscription
Returns the value of attribute subscription.
51 52 53 |
# File 'sig/types.rbs', line 51 def subscription @subscription end |