Class: Aws::Types::ListMlflowAppsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#account_default_status"ENABLED", "DISABLED"

Returns the value of attribute account_default_status.

Returns:



7977
7978
7979
# File 'sig/types.rbs', line 7977

def 
  @account_default_status
end

#created_after::Time

Returns the value of attribute created_after.

Returns:



7972
7973
7974
# File 'sig/types.rbs', line 7972

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:



7973
7974
7975
# File 'sig/types.rbs', line 7973

def created_before
  @created_before
end

#default_for_domain_id::String

Returns the value of attribute default_for_domain_id.

Returns:



7976
7977
7978
# File 'sig/types.rbs', line 7976

def default_for_domain_id
  @default_for_domain_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



7981
7982
7983
# File 'sig/types.rbs', line 7981

def max_results
  @max_results
end

#mlflow_version::String

Returns the value of attribute mlflow_version.

Returns:



7975
7976
7977
# File 'sig/types.rbs', line 7975

def mlflow_version
  @mlflow_version
end

#next_token::String

Returns the value of attribute next_token.

Returns:



7980
7981
7982
# File 'sig/types.rbs', line 7980

def next_token
  @next_token
end

#sort_by"Name", ...

Returns the value of attribute sort_by.

Returns:



7978
7979
7980
# File 'sig/types.rbs', line 7978

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:



7979
7980
7981
# File 'sig/types.rbs', line 7979

def sort_order
  @sort_order
end

#status"Creating", ...

Returns the value of attribute status.

Returns:



7974
7975
7976
# File 'sig/types.rbs', line 7974

def status
  @status
end