Class: Aws::Types::BotLocaleSortBy
- Inherits:
-
Object
- Object
- Aws::Types::BotLocaleSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "BotLocaleName"
Returns the value of attribute attribute.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "BotLocaleName"
Returns the value of attribute attribute.
497 498 499 |
# File 'sig/types.rbs', line 497 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
498 499 500 |
# File 'sig/types.rbs', line 498 def order @order end |