AWSEC2DescribeClientVpnEndpointsResult
Objective-C
@interface AWSEC2DescribeClientVpnEndpointsResult
Swift
class AWSEC2DescribeClientVpnEndpointsResult
-
Information about the Client VPN endpoints.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ClientVpnEndpoint *> *_Nullable clientVpnEndpoints;Swift
var clientVpnEndpoints: [AWSEC2ClientVpnEndpoint]? { get set } -
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSEC2DescribeClientVpnEndpointsResult Class Reference