Class: Aws::SavingsPlans::Types::CreateSavingsPlanResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


66
67
68
69
70
# File 'lib/aws-sdk-savingsplans/types.rb', line 66

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