Class: Aws::Types::GetPricingPlanResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPricingPlanResponse
- 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.
526 527 528 |
# File 'sig/types.rbs', line 526 def current_pricing_plan @current_pricing_plan end |
#pending_pricing_plan ⇒ Types::PricingPlan
Returns the value of attribute pending_pricing_plan.
527 528 529 |
# File 'sig/types.rbs', line 527 def pending_pricing_plan @pending_pricing_plan end |