AWSEC2AttachNetworkInterfaceResult
Objective-C
@interface AWSEC2AttachNetworkInterfaceResult
Swift
class AWSEC2AttachNetworkInterfaceResult
Contains the output of AttachNetworkInterface.
-
The ID of the network interface attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attachmentId;
Swift
var attachmentId: String? { get set }
-
The index of the network card.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable networkCardIndex;
Swift
var networkCardIndex: NSNumber? { get set }