NetworkInterfaceAttachmentChanges

public struct NetworkInterfaceAttachmentChanges : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the network interface attachment.

    Declaration

    Swift

    public let attachmentId: String?
  • Indicates whether the network interface is deleted when the instance is terminated.

    Declaration

    Swift

    public let deleteOnTermination: Bool?
  • Undocumented

    Declaration

    Swift

    public init(attachmentId: String? = nil, deleteOnTermination: Bool? = nil)