Class: Aws::ConnectCases::Types::Sort
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::Sort
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
A structured set of sort terms.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_id ⇒ String
Unique identifier of a field.
-
#sort_order ⇒ String
A structured set of sort terms.
Instance Attribute Details
#field_id ⇒ String
Unique identifier of a field.
3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3471 class Sort < Struct.new( :field_id, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
A structured set of sort terms
3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3471 class Sort < Struct.new( :field_id, :sort_order) SENSITIVE = [] include Aws::Structure end |