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

Class: Aws::SecurityHub::Types::AwsEc2NetworkInterfaceAttachment

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

Overview

Note:

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

{
  attach_time: "NonEmptyString",
  attachment_id: "NonEmptyString",
  delete_on_termination: false,
  device_index: 1,
  instance_id: "NonEmptyString",
  instance_owner_id: "NonEmptyString",
  status: "NonEmptyString",
}

Information about the network interface attachment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attach_timeString

Indicates when the attachment initiated.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)

    Indicates when the attachment initiated.

#attachment_idString

The identifier of the network interface attachment

Returns:

  • (String)

    The identifier 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.

#statusString

The attachment state.

Valid values: attaching | attached | detaching | detached

Returns:

  • (String)

    The attachment state.