Class: Aws::SavingsPlans::Types::DeleteQueuedSavingsPlanRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#savings_plan_idString

The ID of the Savings Plan.

Returns:

  • (String)


78
79
80
81
82
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 78

class DeleteQueuedSavingsPlanRequest < Struct.new(
  :savings_plan_id)
  SENSITIVE = []
  include Aws::Structure
end