Class: Aws::Types::SearchSort

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute::String

Returns the value of attribute attribute.

Returns:

  • (::String)


6934
6935
6936
# File 'sig/types.rbs', line 6934

def attribute
  @attribute
end

#order"ASCENDING", "DESCENDING"

Returns the value of attribute order.

Returns:

  • ("ASCENDING", "DESCENDING")


6935
6936
6937
# File 'sig/types.rbs', line 6935

def order
  @order
end