Class: Aws::SavingsPlans::Types::DeleteQueuedSavingsPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::DeleteQueuedSavingsPlanRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
78 79 80 81 82 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 78 class DeleteQueuedSavingsPlanRequest < Struct.new( :savings_plan_id) SENSITIVE = [] include Aws::Structure end |