Class: Aws::CostExplorer::Types::GetSavingsPlansCoverageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

Returns:

  • (String)


4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4054

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

#savings_plans_coveragesArray<Types::SavingsPlansCoverage>

The amount of spend that your Savings Plans covered.

Returns:



4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4054

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