Class: Aws::Types::SortCriterion

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#field::String

Returns the value of attribute field.

Returns:



7648
7649
7650
# File 'sig/types.rbs', line 7648

def field
  @field
end

#sort_order"asc", "desc"

Returns the value of attribute sort_order.

Returns:



7649
7650
7651
# File 'sig/types.rbs', line 7649

def sort_order
  @sort_order
end