Class: Aws::CostExplorer::Types::GetCostComparisonDriversResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetCostComparisonDriversResponse
- Includes:
- Structure
- Defined in:
- 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` and `ComparisonTimePeriod`.
-
#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`.
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_token ⇒ String
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 |