class Aws::SecurityHub::Types::AwsEc2NetworkInterfaceAttachment
Information about the network interface attachment.
@note When making an API call, you may pass AwsEc2NetworkInterfaceAttachment
data as a hash: { attach_time: "NonEmptyString", attachment_id: "NonEmptyString", delete_on_termination: false, device_index: 1, instance_id: "NonEmptyString", instance_owner_id: "NonEmptyString", status: "NonEmptyString", }
@!attribute [rw] attach_time
Indicates when the attachment initiated. Uses the `date-time` format specified in [RFC 3339 section 5.6, Internet Date/Time Format][1]. The value cannot contain spaces. For example, `2020-03-22T13:22:13.933Z`. [1]: https://tools.ietf.org/html/rfc3339#section-5.6 @return [String]
@!attribute [rw] attachment_id
The identifier of the network interface attachment @return [String]
@!attribute [rw] delete_on_termination
Indicates whether the network interface is deleted when the instance is terminated. @return [Boolean]
@!attribute [rw] device_index
The device index of the network interface attachment on the instance. @return [Integer]
@!attribute [rw] instance_id
The ID of the instance. @return [String]
@!attribute [rw] instance_owner_id
The Amazon Web Services account ID of the owner of the instance. @return [String]
@!attribute [rw] status
The attachment state. Valid values: `attaching` \| `attached` \| `detaching` \| `detached` @return [String]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2NetworkInterfaceAttachment AWS API Documentation
Constants
- SENSITIVE