AWSEC2GetVpnConnectionDeviceTypesRequest
Objective-C
@interface AWSEC2GetVpnConnectionDeviceTypesRequest
Swift
class AWSEC2GetVpnConnectionDeviceTypesRequest
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;Swift
var dryRun: NSNumber? { get set } -
The maximum number of results returned by
GetVpnConnectionDeviceTypesin paginated output. When this parameter is used,GetVpnConnectionDeviceTypesonly returnsMaxResultsresults in a single page along with aNextTokenresponse element. The remaining results of the initial request can be seen by sending anotherGetVpnConnectionDeviceTypesrequest with the returnedNextTokenvalue. This value can be between 200 and 1000. If this parameter is not used, thenGetVpnConnectionDeviceTypesreturns all results.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
The
NextTokenvalue returned from a previous paginatedGetVpnConnectionDeviceTypesrequest whereMaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextTokenvalue. 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 }
View on GitHub
Install in Dash
AWSEC2GetVpnConnectionDeviceTypesRequest Class Reference