Class: Aws::Types::MlflowAppSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



8802
8803
8804
# File 'sig/types.rbs', line 8802

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



8805
8806
8807
# File 'sig/types.rbs', line 8805

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



8806
8807
8808
# File 'sig/types.rbs', line 8806

def last_modified_time
  @last_modified_time
end

#mlflow_version::String

Returns the value of attribute mlflow_version.

Returns:



8807
8808
8809
# File 'sig/types.rbs', line 8807

def mlflow_version
  @mlflow_version
end

#name::String

Returns the value of attribute name.

Returns:



8803
8804
8805
# File 'sig/types.rbs', line 8803

def name
  @name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:



8804
8805
8806
# File 'sig/types.rbs', line 8804

def status
  @status
end