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
- Struct
- Aws::SecurityHub::Types::AwsEc2NetworkInterfaceAttachment
- Defined in:
- (unknown)
Overview
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
-
#attach_time ⇒ String
Indicates when the attachment initiated.
-
#attachment_id ⇒ String
The identifier of the network interface attachment.
-
#delete_on_termination ⇒ Boolean
Indicates whether the network interface is deleted when the instance is terminated.
-
#device_index ⇒ Integer
The device index of the network interface attachment on the instance.
-
#instance_id ⇒ String
The ID of the instance.
-
#instance_owner_id ⇒ String
The AWS account ID of the owner of the instance.
-
#status ⇒ String
The attachment state.
Instance Attribute Details
#attach_time ⇒ String
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
.
#attachment_id ⇒ String
The identifier of the network interface attachment
#delete_on_termination ⇒ Boolean
Indicates whether the network interface is deleted when the instance is terminated.
#device_index ⇒ Integer
The device index of the network interface attachment on the instance.
#instance_id ⇒ String
The ID of the instance.
#instance_owner_id ⇒ String
The AWS account ID of the owner of the instance.
#status ⇒ String
The attachment state.
Valid values: attaching
| attached
| detaching
| detached