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.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def current_plan @current_plan end |
#next_plan ⇒ "NONE", ...
Returns the value of attribute next_plan.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def next_plan @next_plan end |