AWSEC2DeleteNetworkInterfacePermissionResult
Objective-C
@interface AWSEC2DeleteNetworkInterfacePermissionResult
Swift
class AWSEC2DeleteNetworkInterfacePermissionResult
Contains the output for DeleteNetworkInterfacePermission.
-
Returns
true
if the request succeeds, otherwise returns an error.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable returned;
Swift
var returned: NSNumber? { get set }