Class: Aws::Types::SlotSortBy
- Inherits:
-
Object
- Object
- Aws::Types::SlotSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "SlotName", "LastUpdatedDateTime"
Returns the value of attribute attribute.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "SlotName", "LastUpdatedDateTime"
Returns the value of attribute attribute.
3017 3018 3019 |
# File 'sig/types.rbs', line 3017 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
3018 3019 3020 |
# File 'sig/types.rbs', line 3018 def order @order end |