ArtifactSummary

Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the artifact.

Link copied to clipboard

The name of the artifact.

Link copied to clipboard

The type of the artifact.

Link copied to clipboard

When the artifact was created.

Link copied to clipboard

When the artifact was last modified.

Link copied to clipboard

The source of the artifact.

Functions

Link copied to clipboard
inline fun copy(block: ArtifactSummary.Builder.() -> Unit = {}): ArtifactSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String