Class: Aws::CostExplorer::Types::GetCostAndUsageComparisonsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetCostAndUsageComparisonsResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_and_usage_comparisons ⇒ Array<Types::CostAndUsageComparison>
An array of comparison results showing cost and usage metrics between
BaselineTimePeriod
andComparisonTimePeriod
. -
#next_page_token ⇒ String
The token to retrieve the next set of paginated results.
-
#total_cost_and_usage ⇒ Hash<String,Types::ComparisonMetricValue>
A summary of the total cost and usage, comparing amounts between
BaselineTimePeriod
andComparisonTimePeriod
and their differences.
Instance Attribute Details
#cost_and_usage_comparisons ⇒ Array<Types::CostAndUsageComparison>
An array of comparison results showing cost and usage metrics
between BaselineTimePeriod
and ComparisonTimePeriod
.
2797 2798 2799 2800 2801 2802 2803 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2797 class GetCostAndUsageComparisonsResponse < Struct.new( :cost_and_usage_comparisons, :total_cost_and_usage, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
The token to retrieve the next set of paginated results.
2797 2798 2799 2800 2801 2802 2803 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2797 class GetCostAndUsageComparisonsResponse < Struct.new( :cost_and_usage_comparisons, :total_cost_and_usage, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#total_cost_and_usage ⇒ Hash<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.
2797 2798 2799 2800 2801 2802 2803 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2797 class GetCostAndUsageComparisonsResponse < Struct.new( :cost_and_usage_comparisons, :total_cost_and_usage, :next_page_token) SENSITIVE = [] include Aws::Structure end |