AwsEc2NetworkInterfaceAttachment
public struct AwsEc2NetworkInterfaceAttachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the network interface attachment
Declaration
Swift
public let attachmentId: 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.
Declaration
Swift
public let attachTime: String?
-
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. Valid values: attaching | attached | detaching | detached
Declaration
Swift
public let status: String?
-
Undocumented
Declaration
Swift
public init(attachmentId: String? = nil, attachTime: String? = nil, deleteOnTermination: Bool? = nil, deviceIndex: Int? = nil, instanceId: String? = nil, instanceOwnerId: String? = nil, status: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws