Class: Aws::SavingsPlans::Types::ReturnSavingsPlanResponse

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)


484
485
486
487
488
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 484

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