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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


36372
36373
36374
36375
36376
36377
36378
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36372

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)


36372
36373
36374
36375
36376
36377
36378
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36372

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)


36372
36373
36374
36375
36376
36377
36378
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36372

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