Class: Aws::CostExplorer::Types::GetSavingsPlansUtilizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetSavingsPlansUtilizationResponse
- Defined in:
- gems/aws-sdk-costexplorer/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.
4543 4544 4545 4546 4547 4548 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4543 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.
4543 4544 4545 4546 4547 4548 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4543 class GetSavingsPlansUtilizationResponse < Struct.new( :savings_plans_utilizations_by_time, :total) SENSITIVE = [] include Aws::Structure end |