Class: Aws::Types::UpdatePricingPlanResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#current_pricing_planTypes::PricingPlan

Returns the value of attribute current_pricing_plan.

Returns:



1226
1227
1228
# File 'sig/types.rbs', line 1226

def current_pricing_plan
  @current_pricing_plan
end

#pending_pricing_planTypes::PricingPlan

Returns the value of attribute pending_pricing_plan.

Returns:



1227
1228
1229
# File 'sig/types.rbs', line 1227

def pending_pricing_plan
  @pending_pricing_plan
end