Attachment
public struct Attachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Details of the attachment. For elastic network interfaces, this includes the network interface ID, the MAC address, the subnet ID, and the private IPv4 address.
Declaration
Swift
public let details: [KeyValuePair]? -
The unique identifier for the attachment.
Declaration
Swift
public let id: String? -
The status of the attachment. Valid values are PRECREATED, CREATED, ATTACHING, ATTACHED, DETACHING, DETACHED, and DELETED.
Declaration
Swift
public let status: String? -
The type of the attachment, such as ElasticNetworkInterface.
Declaration
Swift
public let type: String? -
Undocumented
Declaration
Swift
public init(details: [KeyValuePair]? = nil, id: String? = nil, status: String? = nil, type: String? = nil)
View on GitHub
Attachment Structure Reference