Class: Aws::CostOptimizationHub::Types::OrderBy

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dimensionString

Sorts by dimension values.

Returns:

  • (String)


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

#orderString

The order that’s used to sort the data.

Returns:

  • (String)


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