AWSEC2AuthorizeSecurityGroupIngressResult
Objective-C
@interface AWSEC2AuthorizeSecurityGroupIngressResult
Swift
class AWSEC2AuthorizeSecurityGroupIngressResult
-
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 }
-
Information about the inbound (ingress) security group rules that were added.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2SecurityGroupRule *> *_Nullable securityGroupRules;
Swift
var securityGroupRules: [AWSEC2SecurityGroupRule]? { get set }