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