AWSEC2SecurityGroupForVpc
Objective-C
@interface AWSEC2SecurityGroupForVpc
Swift
class AWSEC2SecurityGroupForVpc
A security group that can be used by interfaces in the VPC.
-
The security group’s description.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The security group ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable groupId;
Swift
var groupId: String? { get set }
-
The security group name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable groupName;
Swift
var groupName: String? { get set }
-
The security group owner ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;
Swift
var ownerId: String? { get set }
-
The VPC ID in which the security group was created.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable primaryVpcId;
Swift
var primaryVpcId: String? { get set }