Class: Aws::Types::UpdatePricingPlanResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePricingPlanResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_pricing_plan ⇒ Types::PricingPlan
Returns the value of attribute current_pricing_plan.
-
#pending_pricing_plan ⇒ Types::PricingPlan
Returns the value of attribute pending_pricing_plan.
Instance Attribute Details
#current_pricing_plan ⇒ Types::PricingPlan
Returns the value of attribute current_pricing_plan.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def current_pricing_plan @current_pricing_plan end |
#pending_pricing_plan ⇒ Types::PricingPlan
Returns the value of attribute pending_pricing_plan.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def pending_pricing_plan @pending_pricing_plan end |