Class: Aws::Types::ListVectorEnrichmentJobInput
- Inherits:
-
Object
- Object
- Aws::Types::ListVectorEnrichmentJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ ::String
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
-
#status_equals ⇒ ::String
Returns the value of attribute status_equals.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
384 385 386 |
# File 'sig/types.rbs', line 384 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
385 386 387 |
# File 'sig/types.rbs', line 385 def next_token @next_token end |
#sort_by ⇒ ::String
Returns the value of attribute sort_by.
386 387 388 |
# File 'sig/types.rbs', line 386 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
387 388 389 |
# File 'sig/types.rbs', line 387 def sort_order @sort_order end |
#status_equals ⇒ ::String
Returns the value of attribute status_equals.
388 389 390 |
# File 'sig/types.rbs', line 388 def status_equals @status_equals end |