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
GetVpnConnectionDeviceTypes
in paginated output. When this parameter is used,GetVpnConnectionDeviceTypes
only returnsMaxResults
results in a single page along with aNextToken
response element. The remaining results of the initial request can be seen by sending anotherGetVpnConnectionDeviceTypes
request with the returnedNextToken
value. This value can be between 200 and 1000. If this parameter is not used, thenGetVpnConnectionDeviceTypes
returns all results.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
The
NextToken
value returned from a previous paginatedGetVpnConnectionDeviceTypes
request whereMaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextToken
value. 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 }