AWSEC2RevokeSecurityGroupIngressResult
Objective-C
@interface AWSEC2RevokeSecurityGroupIngressResult
Swift
class AWSEC2RevokeSecurityGroupIngressResult
-
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 }
-
The inbound rules that were unknown to the service. In some cases,
unknownIpPermissionSet
might be in a different format from the request parameter.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2IpPermission *> *_Nullable unknownIpPermissions;
Swift
var unknownIpPermissions: [AWSEC2IpPermission]? { get set }