Class: Aws::Types::SortCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def attribute_name
  @attribute_name
end

#order_by"ASC", "DESC"

Returns the value of attribute order_by.

Returns:

  • ("ASC", "DESC")


1753
1754
1755
# File 'sig/types.rbs', line 1753

def order_by
  @order_by
end