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.
8133 8134 8135 |
# File 'sig/types.rbs', line 8133 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
8134 8135 8136 |
# File 'sig/types.rbs', line 8134 def creation_time_before @creation_time_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8135 8136 8137 |
# File 'sig/types.rbs', line 8135 def max_results @max_results end |
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
8137 8138 8139 |
# File 'sig/types.rbs', line 8137 def model_approval_status @model_approval_status end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
8138 8139 8140 |
# File 'sig/types.rbs', line 8138 def model_package_group_name @model_package_group_name end |
#model_package_type ⇒ "Versioned", ...
Returns the value of attribute model_package_type.
8139 8140 8141 |
# File 'sig/types.rbs', line 8139 def model_package_type @model_package_type end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
8136 8137 8138 |
# File 'sig/types.rbs', line 8136 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8140 8141 8142 |
# File 'sig/types.rbs', line 8140 def next_token @next_token end |
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
8141 8142 8143 |
# File 'sig/types.rbs', line 8141 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8142 8143 8144 |
# File 'sig/types.rbs', line 8142 def sort_order @sort_order end |