Class: Aws::Types::GetPricingPlanResponse

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:



526
527
528
# File 'sig/types.rbs', line 526

def current_pricing_plan
  @current_pricing_plan
end

#pending_pricing_planTypes::PricingPlan

Returns the value of attribute pending_pricing_plan.

Returns:



527
528
529
# File 'sig/types.rbs', line 527

def pending_pricing_plan
  @pending_pricing_plan
end