AWSEC2DescribeVpcEndpointsResult
Objective-C
@interface AWSEC2DescribeVpcEndpointsResult
Swift
class AWSEC2DescribeVpcEndpointsResult
-
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
Information about the VPC endpoints.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2VpcEndpoint *> *_Nullable vpcEndpoints;
Swift
var vpcEndpoints: [AWSEC2VpcEndpoint]? { get set }