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

Class: Aws::EC2::Types::InstanceNetworkInterfaceAttachment

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

Overview

Describes a network interface attachment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attach_timeTime

The time stamp when the attachment initiated.

Returns:

  • (Time)

    The time stamp when the attachment initiated.

#attachment_idString

The ID of the network interface attachment.

Returns:

  • (String)

    The ID of the network interface attachment.

#delete_on_terminationBoolean

Indicates whether the network interface is deleted when the instance is terminated.

Returns:

  • (Boolean)

    Indicates whether the network interface is deleted when the instance is terminated.

#device_indexInteger

The index of the device on the instance for the network interface attachment.

Returns:

  • (Integer)

    The index of the device on the instance for the network interface attachment.

#network_card_indexInteger

The index of the network card.

Returns:

  • (Integer)

    The index of the network card.

#statusString

The attachment state.

Possible values:

  • attaching
  • attached
  • detaching
  • detached

Returns:

  • (String)

    The attachment state.