AWSEC2ReferencedSecurityGroup
Objective-C
@interface AWSEC2ReferencedSecurityGroup
Swift
class AWSEC2ReferencedSecurityGroup
Describes the security group that is referenced in the security group rule.
-
The ID of the security group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable groupId;
Swift
var groupId: String? { get set }
-
The status of a VPC peering connection, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable peeringStatus;
Swift
var peeringStatus: String? { get set }
-
The Amazon Web Services account ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userId;
Swift
var userId: String? { get set }
-
The ID of the VPC.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpcId;
Swift
var vpcId: String? { get set }
-
The ID of the VPC peering connection (if applicable).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpcPeeringConnectionId;
Swift
var vpcPeeringConnectionId: String? { get set }