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_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


7081
7082
7083
# File 'sig/types.rbs', line 7081

def field_name
  @field_name
end

#sort"ASC", "DESC"

Returns the value of attribute sort.

Returns:

  • ("ASC", "DESC")


7082
7083
7084
# File 'sig/types.rbs', line 7082

def sort
  @sort
end