Class: Aws::ComputeOptimizer::Types::OrderBy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

Describes how the recommendations are ordered.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionString

The dimension values to sort the recommendations.

Returns:

  • (String)


5623
5624
5625
5626
5627
5628
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5623

class OrderBy < Struct.new(
  :dimension,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#orderString

The order to sort the recommendations.

Returns:

  • (String)


5623
5624
5625
5626
5627
5628
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5623

class OrderBy < Struct.new(
  :dimension,
  :order)
  SENSITIVE = []
  include Aws::Structure
end