AWSEC2NetworkInterfaceAttachmentChanges
Objective-C
@interface AWSEC2NetworkInterfaceAttachmentChanges
Swift
class AWSEC2NetworkInterfaceAttachmentChanges
Describes an attachment change.
-
The ID of the network interface attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attachmentId;
Swift
var attachmentId: String? { get set }
-
Indicates whether the network interface is deleted when the instance is terminated.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable deleteOnTermination;
Swift
var deleteOnTermination: NSNumber? { get set }