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
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.
77 78 79 80 81 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 77 class DeleteQueuedSavingsPlanRequest < Struct.new( :savings_plan_id) SENSITIVE = [] include Aws::Structure end |