Class: Aws::Types::ListModelInvocationJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListModelInvocationJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "CreationTime"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#status_equals ⇒ "Submitted", ...
Returns the value of attribute status_equals.
-
#submit_time_after ⇒ ::Time
Returns the value of attribute submit_time_after.
-
#submit_time_before ⇒ ::Time
Returns the value of attribute submit_time_before.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2857 2858 2859 |
# File 'sig/types.rbs', line 2857 def max_results @max_results end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
2856 2857 2858 |
# File 'sig/types.rbs', line 2856 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2858 2859 2860 |
# File 'sig/types.rbs', line 2858 def next_token @next_token end |
#sort_by ⇒ "CreationTime"
Returns the value of attribute sort_by.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
2860 2861 2862 |
# File 'sig/types.rbs', line 2860 def sort_order @sort_order end |
#status_equals ⇒ "Submitted", ...
Returns the value of attribute status_equals.
2855 2856 2857 |
# File 'sig/types.rbs', line 2855 def status_equals @status_equals end |
#submit_time_after ⇒ ::Time
Returns the value of attribute submit_time_after.
2853 2854 2855 |
# File 'sig/types.rbs', line 2853 def submit_time_after @submit_time_after end |
#submit_time_before ⇒ ::Time
Returns the value of attribute submit_time_before.
2854 2855 2856 |
# File 'sig/types.rbs', line 2854 def submit_time_before @submit_time_before end |