AWSEC2GroupIdentifier
Objective-C
@interface AWSEC2GroupIdentifier
Swift
class AWSEC2GroupIdentifier
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 }
View on GitHub
Install in Dash
AWSEC2GroupIdentifier Class Reference