Class: Aws::Glue::Types::SortCriterion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies a field to sort by and a sort order.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_nameString

The name of the field on which to sort.

Returns:

  • (String)


19439
19440
19441
19442
19443
19444
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19439

class SortCriterion < Struct.new(
  :field_name,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#sortString

An ascending or descending sort.

Returns:

  • (String)


19439
19440
19441
19442
19443
19444
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19439

class SortCriterion < Struct.new(
  :field_name,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end