Class: Aws::Types::SlotSortBy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute ⇒ "SlotName", "LastUpdatedDateTime"

Returns the value of attribute attribute.

Returns:

  • ("SlotName", "LastUpdatedDateTime")


3017
3018
3019
# File 'sig/types.rbs', line 3017

def attribute
  @attribute
end

#order ⇒ "Ascending", "Descending"

Returns the value of attribute order.

Returns:

  • ("Ascending", "Descending")


3018
3019
3020
# File 'sig/types.rbs', line 3018

def order
  @order
end