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:

  • ("ENABLED", "DISABLED")


7930
7931
7932
# File 'sig/types.rbs', line 7930

def 
  @account_default_status
end

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


7925
7926
7927
# File 'sig/types.rbs', line 7925

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


7926
7927
7928
# File 'sig/types.rbs', line 7926

def created_before
  @created_before
end

#default_for_domain_id::String

Returns the value of attribute default_for_domain_id.

Returns:

  • (::String)


7929
7930
7931
# File 'sig/types.rbs', line 7929

def default_for_domain_id
  @default_for_domain_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7934
7935
7936
# File 'sig/types.rbs', line 7934

def max_results
  @max_results
end

#mlflow_version::String

Returns the value of attribute mlflow_version.

Returns:

  • (::String)


7928
7929
7930
# File 'sig/types.rbs', line 7928

def mlflow_version
  @mlflow_version
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7933
7934
7935
# File 'sig/types.rbs', line 7933

def next_token
  @next_token
end

#sort_by"Name", ...

Returns the value of attribute sort_by.

Returns:

  • ("Name", "CreationTime", "Status")


7931
7932
7933
# File 'sig/types.rbs', line 7931

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


7932
7933
7934
# File 'sig/types.rbs', line 7932

def sort_order
  @sort_order
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Created", "CreateFailed", "Updating", "Updated", "UpdateFailed", "Deleting", "DeleteFailed", "Deleted")


7927
7928
7929
# File 'sig/types.rbs', line 7927

def status
  @status
end