Class: Aws::CostExplorer::Types::GetSavingsPlansUtilizationDetailsResponse

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)


4254
4255
4256
4257
4258
4259
4260
4261
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4254

class GetSavingsPlansUtilizationDetailsResponse < Struct.new(
  :savings_plans_utilization_details,
  :total,
  :time_period,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plans_utilization_detailsArray<Types::SavingsPlansUtilizationDetail>

Retrieves a single daily or monthly Savings Plans utilization rate and details for your account.



4254
4255
4256
4257
4258
4259
4260
4261
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4254

class GetSavingsPlansUtilizationDetailsResponse < Struct.new(
  :savings_plans_utilization_details,
  :total,
  :time_period,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#time_periodTypes::DateInterval

The time period of the request.

Returns:



4254
4255
4256
4257
4258
4259
4260
4261
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4254

class GetSavingsPlansUtilizationDetailsResponse < Struct.new(
  :savings_plans_utilization_details,
  :total,
  :time_period,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#totalTypes::SavingsPlansUtilizationAggregates

The total Savings Plans utilization, regardless of time period.



4254
4255
4256
4257
4258
4259
4260
4261
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4254

class GetSavingsPlansUtilizationDetailsResponse < Struct.new(
  :savings_plans_utilization_details,
  :total,
  :time_period,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end