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.
7223 7224 7225 7226 7227 7228 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7223 class SortDefinition < Struct.new( :key, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order that's used to sort the data.
7223 7224 7225 7226 7227 7228 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7223 class SortDefinition < Struct.new( :key, :sort_order) SENSITIVE = [] include Aws::Structure end |