AWSEC2DescribeClientVpnTargetNetworksResult
Objective-C
@interface AWSEC2DescribeClientVpnTargetNetworksResult
Swift
class AWSEC2DescribeClientVpnTargetNetworksResult
-
Information about the associated target networks.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TargetNetwork *> *_Nullable clientVpnTargetNetworks;
Swift
var clientVpnTargetNetworks: [AWSEC2TargetNetwork]? { get set }
-
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }