AWSEC2GetSecurityGroupsForVpcResult
Objective-C
@interface AWSEC2GetSecurityGroupsForVpcResult
Swift
class AWSEC2GetSecurityGroupsForVpcResult
-
The token to include in another request to get the next page of items. This value is
null
when there are no more items to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The security group that can be used by interfaces in the VPC.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2SecurityGroupForVpc *> *_Nullable securityGroupForVpcs;
Swift
var securityGroupForVpcs: [AWSEC2SecurityGroupForVpc]? { get set }