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)


8755
8756
8757
# File 'sig/types.rbs', line 8755

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8758
8759
8760
# File 'sig/types.rbs', line 8758

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8759
8760
8761
# File 'sig/types.rbs', line 8759

def last_modified_time
  @last_modified_time
end

#mlflow_version::String

Returns the value of attribute mlflow_version.

Returns:

  • (::String)


8760
8761
8762
# File 'sig/types.rbs', line 8760

def mlflow_version
  @mlflow_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8756
8757
8758
# File 'sig/types.rbs', line 8756

def name
  @name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

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


8757
8758
8759
# File 'sig/types.rbs', line 8757

def status
  @status
end