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

Class: Aws::EC2::Types::NetworkInterfaceAttachmentChanges

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

Overview

Note:

When passing NetworkInterfaceAttachmentChanges as input to an Aws::Client method, you can use a vanilla Hash:

{
  attachment_id: "NetworkInterfaceAttachmentId",
  delete_on_termination: false,
}

Describes an attachment change.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

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