Class: Aws::IoTTwinMaker::Types::GetPricingPlanResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_pricing_planTypes::PricingPlan

The chosen pricing plan for the current billing cycle.

Returns:



1729
1730
1731
1732
1733
1734
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1729

class GetPricingPlanResponse < Struct.new(
  :current_pricing_plan,
  :pending_pricing_plan)
  SENSITIVE = []
  include Aws::Structure
end

#pending_pricing_planTypes::PricingPlan

The pending pricing plan.

Returns:



1729
1730
1731
1732
1733
1734
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1729

class GetPricingPlanResponse < Struct.new(
  :current_pricing_plan,
  :pending_pricing_plan)
  SENSITIVE = []
  include Aws::Structure
end