Class: Aws::Types::ListModelPackagesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListModelPackagesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
-
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
-
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
-
#model_package_type ⇒ "Versioned", ...
Returns the value of attribute model_package_type.
-
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
Instance Attribute Details
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
8071 8072 8073 |
# File 'sig/types.rbs', line 8071 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
8072 8073 8074 |
# File 'sig/types.rbs', line 8072 def creation_time_before @creation_time_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8073 8074 8075 |
# File 'sig/types.rbs', line 8073 def max_results @max_results end |
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
8075 8076 8077 |
# File 'sig/types.rbs', line 8075 def model_approval_status @model_approval_status end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
8076 8077 8078 |
# File 'sig/types.rbs', line 8076 def model_package_group_name @model_package_group_name end |
#model_package_type ⇒ "Versioned", ...
Returns the value of attribute model_package_type.
8077 8078 8079 |
# File 'sig/types.rbs', line 8077 def model_package_type @model_package_type end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
8074 8075 8076 |
# File 'sig/types.rbs', line 8074 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8078 8079 8080 |
# File 'sig/types.rbs', line 8078 def next_token @next_token end |
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
8079 8080 8081 |
# File 'sig/types.rbs', line 8079 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8080 8081 8082 |
# File 'sig/types.rbs', line 8080 def sort_order @sort_order end |