class Aws::ECS::Types::Attachment

An object representing a container instance or task attachment.

@!attribute [rw] id

The unique identifier for the attachment.
@return [String]

@!attribute [rw] type

The type of the attachment, such as `ElasticNetworkInterface`.
@return [String]

@!attribute [rw] status

The status of the attachment. Valid values are `PRECREATED`,
`CREATED`, `ATTACHING`, `ATTACHED`, `DETACHING`, `DETACHED`, and
`DELETED`.
@return [String]

@!attribute [rw] details

Details of the attachment. For elastic network interfaces, this
includes the network interface ID, the MAC address, the subnet ID,
and the private IPv4 address.
@return [Array<Types::KeyValuePair>]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/Attachment AWS API Documentation

Constants

SENSITIVE