Class: Aws::Types::ApprovePaidSubscriptionOutput
- Inherits:
-
Object
- Object
- Aws::Types::ApprovePaidSubscriptionOutput
- 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.
25 26 27 |
# File 'sig/types.rbs', line 25 def e_tag @e_tag end |
#subscription ⇒ Types::Subscription
Returns the value of attribute subscription.
24 25 26 |
# File 'sig/types.rbs', line 24 def subscription @subscription end |