Class: Aws::IoTTwinMaker::Types::GetPricingPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::GetPricingPlanResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_pricing_plan ⇒ Types::PricingPlan
The chosen pricing plan for the current billing cycle.
-
#pending_pricing_plan ⇒ Types::PricingPlan
The pending pricing plan.
Instance Attribute Details
#current_pricing_plan ⇒ Types::PricingPlan
The chosen pricing plan for the current billing cycle.
1729 1730 1731 1732 1733 1734 |
# File '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_plan ⇒ Types::PricingPlan
The pending pricing plan.
1729 1730 1731 1732 1733 1734 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1729 class GetPricingPlanResponse < Struct.new( :current_pricing_plan, :pending_pricing_plan) SENSITIVE = [] include Aws::Structure end |