Class: Aws::IoTTwinMaker::Types::GetPricingPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::GetPricingPlanResponse
- Defined in:
- gems/aws-sdk-iottwinmaker/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.
1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1270 class GetPricingPlanResponse < Struct.new( :current_pricing_plan, :pending_pricing_plan) SENSITIVE = [] include Aws::Structure end |
#pending_pricing_plan ⇒ Types::PricingPlan
The pending pricing plan.
1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1270 class GetPricingPlanResponse < Struct.new( :current_pricing_plan, :pending_pricing_plan) SENSITIVE = [] include Aws::Structure end |