Class: Aws::EC2::Types::GetVpnConnectionDeviceTypesResult

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

#next_tokenString

The NextToken value to include in a future GetVpnConnectionDeviceTypes request. When the results of a GetVpnConnectionDeviceTypes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


36465
36466
36467
36468
36469
36470
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36465

class GetVpnConnectionDeviceTypesResult < Struct.new(
  :vpn_connection_device_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#vpn_connection_device_typesArray<Types::VpnConnectionDeviceType>

List of customer gateway devices that have a sample configuration file available for use.

Returns:



36465
36466
36467
36468
36469
36470
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36465

class GetVpnConnectionDeviceTypesResult < Struct.new(
  :vpn_connection_device_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end