Class: Aws::CostExplorer::Types::GetSavingsPlansUtilizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetSavingsPlansUtilizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#savings_plans_utilizations_by_time ⇒ Array<Types::SavingsPlansUtilizationByTime>
The amount of cost/commitment that you used your Savings Plans.
-
#total ⇒ Types::SavingsPlansUtilizationAggregates
The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
Instance Attribute Details
#savings_plans_utilizations_by_time ⇒ Array<Types::SavingsPlansUtilizationByTime>
The amount of cost/commitment that you used your Savings Plans. You can use it to specify date ranges.
4336 4337 4338 4339 4340 4341 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4336 class GetSavingsPlansUtilizationResponse < Struct.new( :savings_plans_utilizations_by_time, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::SavingsPlansUtilizationAggregates
The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
4336 4337 4338 4339 4340 4341 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4336 class GetSavingsPlansUtilizationResponse < Struct.new( :savings_plans_utilizations_by_time, :total) SENSITIVE = [] include Aws::Structure end |