Class: Aws::CostOptimizationHub::Types::OrderBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::OrderBy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
Defines how rows will be sorted in the response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimension ⇒ String
Sorts by dimension values.
-
#order ⇒ String
The order that’s used to sort the data.
Instance Attribute Details
#dimension ⇒ String
Sorts by dimension values.
1650 1651 1652 1653 1654 1655 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1650 class OrderBy < Struct.new( :dimension, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order that’s used to sort the data.
1650 1651 1652 1653 1654 1655 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1650 class OrderBy < Struct.new( :dimension, :order) SENSITIVE = [] include Aws::Structure end |