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)


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_orderString

The sort order for the field.

Returns:

  • (String)


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