Class: Aws::Types::PricingAttributes
- Inherits:
-
Object
- Object
- Aws::Types::PricingAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_plan ⇒ "NONE", ...
Returns the value of attribute current_plan.
-
#next_plan ⇒ "NONE", ...
Returns the value of attribute next_plan.
Instance Attribute Details
#current_plan ⇒ "NONE", ...
Returns the value of attribute current_plan.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def current_plan @current_plan end |
#next_plan ⇒ "NONE", ...
Returns the value of attribute next_plan.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def next_plan @next_plan end |