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.



3461
3462
3463
3464
3465
3466
# File 'lib/aws-sdk-costexplorer/types.rb', line 3461

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.



3461
3462
3463
3464
3465
3466
# File 'lib/aws-sdk-costexplorer/types.rb', line 3461

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