Class: Aws::EC2::Types::GetVpnConnectionDeviceTypesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

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 is `UnauthorizedOperation`.

Returns:

  • (Boolean)


39329
39330
39331
39332
39333
39334
39335
# File 'lib/aws-sdk-ec2/types.rb', line 39329

class GetVpnConnectionDeviceTypesRequest < Struct.new(
  :max_results,
  :next_token,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results returned by ‘GetVpnConnectionDeviceTypes` in paginated output. When this parameter is used, `GetVpnConnectionDeviceTypes` only returns `MaxResults` results in a single page along with a `NextToken` response element. The remaining results of the initial request can be seen by sending another `GetVpnConnectionDeviceTypes` request with the returned `NextToken` value. This value can be between 200 and 1000. If this parameter is not used, then `GetVpnConnectionDeviceTypes` returns all results.

Returns:

  • (Integer)


39329
39330
39331
39332
39333
39334
39335
# File 'lib/aws-sdk-ec2/types.rb', line 39329

class GetVpnConnectionDeviceTypesRequest < Struct.new(
  :max_results,
  :next_token,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The ‘NextToken` value returned from a previous paginated `GetVpnConnectionDeviceTypes` request where `MaxResults` was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the `NextToken` value. This value is null when there are no more results to return.

Returns:

  • (String)


39329
39330
39331
39332
39333
39334
39335
# File 'lib/aws-sdk-ec2/types.rb', line 39329

class GetVpnConnectionDeviceTypesRequest < Struct.new(
  :max_results,
  :next_token,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end