ContainerAssociationSummary

The metadata for a container association returned by ListContainerAssociations. Contains the ARN and name that you use to identify the container association in other operations.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the container association.

Link copied to clipboard
val name: String?

The descriptive name of the container association.

Functions

Link copied to clipboard
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