NetworkInterfaceAttachment
public struct NetworkInterfaceAttachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the network interface attachment.
Declaration
Swift
public let attachmentId: String?
-
The timestamp indicating when the attachment initiated.
Declaration
Swift
public let attachTime: TimeStamp?
-
Indicates whether the network interface is deleted when the instance is terminated.
Declaration
Swift
public let deleteOnTermination: Bool?
-
The device index of the network interface attachment on the instance.
Declaration
Swift
public let deviceIndex: Int?
-
The ID of the instance.
Declaration
Swift
public let instanceId: String?
-
The AWS account ID of the owner of the instance.
Declaration
Swift
public let instanceOwnerId: String?
-
The attachment state.
Declaration
Swift
public let status: AttachmentStatus?
-
Undocumented
Declaration
Swift
public init(attachmentId: String? = nil, attachTime: TimeStamp? = nil, deleteOnTermination: Bool? = nil, deviceIndex: Int? = nil, instanceId: String? = nil, instanceOwnerId: String? = nil, status: AttachmentStatus? = nil)