InstanceNetworkInterfaceAttachment
public struct InstanceNetworkInterfaceAttachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the network interface attachment.
Declaration
Swift
public let attachmentId: String? -
The time stamp 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 index of the device on the instance for the network interface attachment.
Declaration
Swift
public let deviceIndex: Int? -
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, status: AttachmentStatus? = nil)
View on GitHub
InstanceNetworkInterfaceAttachment Structure Reference