Class: Aws::Types::IntentSortBy
- Inherits:
-
Object
- Object
- Aws::Types::IntentSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "IntentName", "LastUpdatedDateTime"
Returns the value of attribute attribute.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "IntentName", "LastUpdatedDateTime"
Returns the value of attribute attribute.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def order @order end |