Attachment

An object representing a container instance or task attachment.

Types

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

Properties

Link copied to clipboard

Details of the attachment.

Link copied to clipboard
val id: String?

The unique identifier for the attachment.

Link copied to clipboard

The status of the attachment. Valid values are PRECREATED, CREATED, ATTACHING, ATTACHED, DETACHING, DETACHED, DELETED, and FAILED.

Link copied to clipboard
val type: String?

The type of the attachment, such as ElasticNetworkInterface, Service Connect, and AmazonElasticBlockStorage.

Functions

Link copied to clipboard
inline fun copy(block: Attachment.Builder.() -> Unit = {}): Attachment
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