Class: Aws::Types::ListMlflowAppsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMlflowAppsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_default_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute account_default_status.
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_before.
-
#default_for_domain_id ⇒ ::String
Returns the value of attribute default_for_domain_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "Name", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
Instance Attribute Details
#account_default_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute account_default_status.
7915 7916 7917 |
# File 'sig/types.rbs', line 7915 def account_default_status @account_default_status end |
#created_after ⇒ ::Time
Returns the value of attribute created_after.
7910 7911 7912 |
# File 'sig/types.rbs', line 7910 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
7911 7912 7913 |
# File 'sig/types.rbs', line 7911 def created_before @created_before end |
#default_for_domain_id ⇒ ::String
Returns the value of attribute default_for_domain_id.
7914 7915 7916 |
# File 'sig/types.rbs', line 7914 def default_for_domain_id @default_for_domain_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7919 7920 7921 |
# File 'sig/types.rbs', line 7919 def max_results @max_results end |
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
7913 7914 7915 |
# File 'sig/types.rbs', line 7913 def mlflow_version @mlflow_version end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7918 7919 7920 |
# File 'sig/types.rbs', line 7918 def next_token @next_token end |
#sort_by ⇒ "Name", ...
Returns the value of attribute sort_by.
7916 7917 7918 |
# File 'sig/types.rbs', line 7916 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7917 7918 7919 |
# File 'sig/types.rbs', line 7917 def sort_order @sort_order end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
7912 7913 7914 |
# File 'sig/types.rbs', line 7912 def status @status end |