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

Class: Aws::EC2::Types::NetworkInterfaceAttachment

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#attach_timeTime

The timestamp indicating when the attachment initiated.

Returns:

  • (Time)

    The timestamp indicating 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 device index of the network interface attachment on the instance.

Returns:

  • (Integer)

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

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#instance_owner_idString

The AWS account ID of the owner of the instance.

Returns:

  • (String)

    The AWS account ID of the owner of the instance.

#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.