Class: Aws::CostExplorer::Types::GetSavingsPlansUtilizationDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetSavingsPlansUtilizationDetailsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to retrieve the next set of results.
-
#savings_plans_utilization_details ⇒ Array<Types::SavingsPlansUtilizationDetail>
Retrieves a single daily or monthly Savings Plans utilization rate and details for your account.
-
#time_period ⇒ Types::DateInterval
The time period of the request.
-
#total ⇒ Types::SavingsPlansUtilizationAggregates
The total Savings Plans utilization, regardless of time period.
Instance Attribute Details
#next_token ⇒ String
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.
4245 4246 4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4245 class GetSavingsPlansUtilizationDetailsResponse < Struct.new( :savings_plans_utilization_details, :total, :time_period, :next_token) SENSITIVE = [] include Aws::Structure end |
#savings_plans_utilization_details ⇒ Array<Types::SavingsPlansUtilizationDetail>
Retrieves a single daily or monthly Savings Plans utilization rate and details for your account.
4245 4246 4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4245 class GetSavingsPlansUtilizationDetailsResponse < Struct.new( :savings_plans_utilization_details, :total, :time_period, :next_token) SENSITIVE = [] include Aws::Structure end |
#time_period ⇒ Types::DateInterval
The time period of the request.
4245 4246 4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4245 class GetSavingsPlansUtilizationDetailsResponse < Struct.new( :savings_plans_utilization_details, :total, :time_period, :next_token) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::SavingsPlansUtilizationAggregates
The total Savings Plans utilization, regardless of time period.
4245 4246 4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4245 class GetSavingsPlansUtilizationDetailsResponse < Struct.new( :savings_plans_utilization_details, :total, :time_period, :next_token) SENSITIVE = [] include Aws::Structure end |