Class: Aws::CostExplorer::Types::GetCostComparisonDriversResponse

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

#cost_comparison_driversArray<Types::CostComparisonDriver>

An array of comparison results showing factors that drive significant cost differences between BaselineTimePeriod and ComparisonTimePeriod.

Returns:



3446
3447
3448
3449
3450
3451
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3446

class GetCostComparisonDriversResponse < Struct.new(
  :cost_comparison_drivers,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

The token to retrieve the next set of paginated results.

Returns:

  • (String)


3446
3447
3448
3449
3450
3451
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3446

class GetCostComparisonDriversResponse < Struct.new(
  :cost_comparison_drivers,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end