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)


6750
6751
6752
6753
6754
6755
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6750

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)


6750
6751
6752
6753
6754
6755
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6750

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