Class: Aws::IoTTwinMaker::Types::UpdatePricingPlanResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_pricing_planTypes::PricingPlan

Update the current pricing plan.

Returns:



4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 4031

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

#pending_pricing_planTypes::PricingPlan

Update the pending pricing plan.

Returns:



4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 4031

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