Class: Aws::IoTTwinMaker::Types::UpdatePricingPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::UpdatePricingPlanResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_pricing_plan ⇒ Types::PricingPlan
Update the current pricing plan.
-
#pending_pricing_plan ⇒ Types::PricingPlan
Update the pending pricing plan.
Instance Attribute Details
#current_pricing_plan ⇒ Types::PricingPlan
Update the current pricing plan.
3928 3929 3930 3931 3932 3933 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3928 class UpdatePricingPlanResponse < Struct.new( :current_pricing_plan, :pending_pricing_plan) SENSITIVE = [] include Aws::Structure end |
#pending_pricing_plan ⇒ Types::PricingPlan
Update the pending pricing plan.
3928 3929 3930 3931 3932 3933 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3928 class UpdatePricingPlanResponse < Struct.new( :current_pricing_plan, :pending_pricing_plan) SENSITIVE = [] include Aws::Structure end |