Class: Aws::Types::BotVersionSortBy
- Inherits:
-
Object
- Object
- Aws::Types::BotVersionSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "BotVersion"
Returns the value of attribute attribute.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "BotVersion"
Returns the value of attribute attribute.
587 588 589 |
# File 'sig/types.rbs', line 587 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
588 589 590 |
# File 'sig/types.rbs', line 588 def order @order end |