Class: Aws::SavingsPlans::Types::DeleteQueuedSavingsPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::DeleteQueuedSavingsPlanRequest
- Defined in:
- gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb
Overview
Note:
When making an API call, you may pass DeleteQueuedSavingsPlanRequest data as a hash:
{
savings_plan_id: "SavingsPlanId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#savings_plan_id ⇒ String
The ID of the Savings Plan.
Instance Attribute Details
#savings_plan_id ⇒ String
The ID of the Savings Plan.
98 99 100 101 102 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 98 class DeleteQueuedSavingsPlanRequest < Struct.new( :savings_plan_id) SENSITIVE = [] include Aws::Structure end |