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

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_comparison_driversArray<Types::CostComparisonDriver>

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



3426
3427
3428
3429
3430
3431
# File 'lib/aws-sdk-costexplorer/types.rb', line 3426

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.



3426
3427
3428
3429
3430
3431
# File 'lib/aws-sdk-costexplorer/types.rb', line 3426

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