You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECS::Types::Attachment

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object representing a container instance or task attachment.

Instance Attribute Summary collapse

Instance Attribute Details

#detailsArray<Types::KeyValuePair>

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.

Returns:

#idString

The unique identifier for the attachment.

Returns:

  • (String)

    The unique identifier for the attachment.

#statusString

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

Returns:

  • (String)

    The status of the attachment.

#typeString

The type of the attachment, such as ElasticNetworkInterface.

Returns:

  • (String)

    The type of the attachment, such as ElasticNetworkInterface.