Class: Aws::Deadline::Types::FieldSortExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::FieldSortExpression
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The field sorting order and name of the field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the field.
-
#sort_order ⇒ String
The sort order for the field.
Instance Attribute Details
#name ⇒ String
The name of the field.
2557 2558 2559 2560 2561 2562 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2557 class FieldSortExpression < Struct.new( :sort_order, :name) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order for the field.
2557 2558 2559 2560 2561 2562 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2557 class FieldSortExpression < Struct.new( :sort_order, :name) SENSITIVE = [] include Aws::Structure end |