Class: Aws::Types::ListCustomModelDeploymentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCustomModelDeploymentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#model_arn_equals ⇒ ::String
Returns the value of attribute model_arn_equals.
-
#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 ⇒ "Creating", ...
Returns the value of attribute status_equals.
Instance Attribute Details
#created_after ⇒ ::Time
Returns the value of attribute created_after.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def created_before @created_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def max_results @max_results end |
#model_arn_equals ⇒ ::String
Returns the value of attribute model_arn_equals.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def model_arn_equals @model_arn_equals end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def next_token @next_token end |
#sort_by ⇒ "CreationTime"
Returns the value of attribute sort_by.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def sort_order @sort_order end |
#status_equals ⇒ "Creating", ...
Returns the value of attribute status_equals.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def status_equals @status_equals end |