Class: Aws::Types::SlotTypeSortBy
- Inherits:
-
Object
- Object
- Aws::Types::SlotTypeSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "SlotTypeName", "LastUpdatedDateTime"
Returns the value of attribute attribute.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "SlotTypeName", "LastUpdatedDateTime"
Returns the value of attribute attribute.
3041 3042 3043 |
# File 'sig/types.rbs', line 3041 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
3042 3043 3044 |
# File 'sig/types.rbs', line 3042 def order @order end |