Class: Aws::CostExplorer::Types::GetSavingsPlansUtilizationResponse

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

#savings_plans_utilizations_by_timeArray<Types::SavingsPlansUtilizationByTime>

The amount of cost/commitment that you used your Savings Plans. You can use it to specify date ranges.



4345
4346
4347
4348
4349
4350
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4345

class GetSavingsPlansUtilizationResponse < Struct.new(
  :savings_plans_utilizations_by_time,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#totalTypes::SavingsPlansUtilizationAggregates

The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.



4345
4346
4347
4348
4349
4350
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4345

class GetSavingsPlansUtilizationResponse < Struct.new(
  :savings_plans_utilizations_by_time,
  :total)
  SENSITIVE = []
  include Aws::Structure
end