Class: Aws::Types::BotVersionReplicaSortBy
- Inherits:
-
Object
- Object
- Aws::Types::BotVersionReplicaSortBy
- 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.
573 574 575 |
# File 'sig/types.rbs', line 573 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
574 575 576 |
# File 'sig/types.rbs', line 574 def order @order end |