Class: Aws::CostExplorer::Types::GetCostAndUsageComparisonsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cost_and_usage_comparisonsArray<Types::CostAndUsageComparison>

An array of comparison results showing cost and usage metrics between ‘BaselineTimePeriod` and `ComparisonTimePeriod`.

Returns:



2777
2778
2779
2780
2781
2782
2783
# File 'lib/aws-sdk-costexplorer/types.rb', line 2777

class GetCostAndUsageComparisonsResponse < Struct.new(
  :cost_and_usage_comparisons,
  :total_cost_and_usage,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

The token to retrieve the next set of paginated results.

Returns:

  • (String)


2777
2778
2779
2780
2781
2782
2783
# File 'lib/aws-sdk-costexplorer/types.rb', line 2777

class GetCostAndUsageComparisonsResponse < Struct.new(
  :cost_and_usage_comparisons,
  :total_cost_and_usage,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#total_cost_and_usageHash<String,Types::ComparisonMetricValue>

A summary of the total cost and usage, comparing amounts between ‘BaselineTimePeriod` and `ComparisonTimePeriod` and their differences. This total represents the aggregate total across all paginated results, if the response spans multiple pages.

Returns:



2777
2778
2779
2780
2781
2782
2783
# File 'lib/aws-sdk-costexplorer/types.rb', line 2777

class GetCostAndUsageComparisonsResponse < Struct.new(
  :cost_and_usage_comparisons,
  :total_cost_and_usage,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end