Class: Aws::Types::BotSortBy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute ⇒ "BotName"

Returns the value of attribute attribute.

Returns:

  • ("BotName")


551
552
553
# File 'sig/types.rbs', line 551

def attribute
  @attribute
end

#order ⇒ "Ascending", "Descending"

Returns the value of attribute order.

Returns:

  • ("Ascending", "Descending")


552
553
554
# File 'sig/types.rbs', line 552

def order
  @order
end