Class: Aws::Deadline::Types::FieldSortExpression

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the field.

Returns:

  • (String)


2236
2237
2238
2239
2240
2241
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2236

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

#sort_orderString

The sort order for the field.

Returns:

  • (String)


2236
2237
2238
2239
2240
2241
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2236

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