Class: Aws::CostExplorer::Types::SortDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

The details for how to sort the data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key that's used to sort the data.

Returns:

  • (String)


6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6745

class SortDefinition < Struct.new(
  :key,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The order that's used to sort the data.

Returns:

  • (String)


6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6745

class SortDefinition < Struct.new(
  :key,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end