Class: Aws::Types::CancelSubscriptionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CancelSubscriptionOutput
- 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.
65 66 67 |
# File 'sig/types.rbs', line 65 def e_tag @e_tag end |
#subscription ⇒ Types::Subscription
Returns the value of attribute subscription.
64 65 66 |
# File 'sig/types.rbs', line 64 def subscription @subscription end |