Class: Aws::CostExplorer::Types::GetCostComparisonDriversResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetCostComparisonDriversResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_comparison_drivers ⇒ Array<Types::CostComparisonDriver>
An array of comparison results showing factors that drive significant cost differences between
BaselineTimePeriod
andComparisonTimePeriod
. -
#next_page_token ⇒ String
The token to retrieve the next set of paginated results.
Instance Attribute Details
#cost_comparison_drivers ⇒ Array<Types::CostComparisonDriver>
An array of comparison results showing factors that drive
significant cost differences between BaselineTimePeriod
and
ComparisonTimePeriod
.
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_token ⇒ String
The token to retrieve the next set of paginated results.
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 |