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:

  • (::String)


8740
8741
8742
# File 'sig/types.rbs', line 8740

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8743
8744
8745
# File 'sig/types.rbs', line 8743

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8744
8745
8746
# File 'sig/types.rbs', line 8744

def last_modified_time
  @last_modified_time
end

#mlflow_version::String

Returns the value of attribute mlflow_version.

Returns:

  • (::String)


8745
8746
8747
# File 'sig/types.rbs', line 8745

def mlflow_version
  @mlflow_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8741
8742
8743
# File 'sig/types.rbs', line 8741

def name
  @name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

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


8742
8743
8744
# File 'sig/types.rbs', line 8742

def status
  @status
end