Class: Aws::CostExplorer::Types::SortDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SortDefinition
- 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
-
#key ⇒ String
The key that's used to sort the data.
-
#sort_order ⇒ String
The order that's used to sort the data.
Instance Attribute Details
#key ⇒ String
The key that's used to sort the data.
6820 6821 6822 6823 6824 6825 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6820 class SortDefinition < Struct.new( :key, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order that's used to sort the data.
6820 6821 6822 6823 6824 6825 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6820 class SortDefinition < Struct.new( :key, :sort_order) SENSITIVE = [] include Aws::Structure end |