Class: Aws::Types::SortingConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_attribute_key::String

Returns the value of attribute document_attribute_key.

Returns:

  • (::String)


1881
1882
1883
# File 'sig/types.rbs', line 1881

def document_attribute_key
  @document_attribute_key
end

#sort_order"DESC", "ASC"

Returns the value of attribute sort_order.

Returns:

  • ("DESC", "ASC")


1882
1883
1884
# File 'sig/types.rbs', line 1882

def sort_order
  @sort_order
end