AWSEC2SecurityGroupIdentifier
Objective-C
@interface AWSEC2SecurityGroupIdentifier
Swift
class AWSEC2SecurityGroupIdentifier
Describes a security group.
-
The ID of the security group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable groupId;
Swift
var groupId: String? { get set }
-
The name of the security group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable groupName;
Swift
var groupName: String? { get set }