Class: Aws::SavingsPlans::Types::DescribeSavingsPlansResponse

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

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


361
362
363
364
365
366
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 361

class DescribeSavingsPlansResponse < Struct.new(
  :savings_plans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plansArray<Types::SavingsPlan>

Information about the Savings Plans.

Returns:



361
362
363
364
365
366
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 361

class DescribeSavingsPlansResponse < Struct.new(
  :savings_plans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end