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

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

Update the current pricing plan.

Returns:



3928
3929
3930
3931
3932
3933
# File 'gems/aws-sdk-iottwinmaker/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_planTypes::PricingPlan

Update the pending pricing plan.

Returns:



3928
3929
3930
3931
3932
3933
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3928

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