Class: Aws::Types::BuiltInIntentSortBy
- Inherits:
-
Object
- Object
- Aws::Types::BuiltInIntentSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "IntentSignature"
Returns the value of attribute attribute.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "IntentSignature"
Returns the value of attribute attribute.
624 625 626 |
# File 'sig/types.rbs', line 624 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
625 626 627 |
# File 'sig/types.rbs', line 625 def order @order end |