Class: Aws::Types::BotSortBy
- Inherits:
-
Object
- Object
- Aws::Types::BotSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "BotName"
Returns the value of attribute attribute.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "BotName"
Returns the value of attribute attribute.
551 552 553 |
# File 'sig/types.rbs', line 551 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
552 553 554 |
# File 'sig/types.rbs', line 552 def order @order end |