Class: Aws::EC2::Types::IKEVersionsRequestListValue

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

Overview

The IKE version that is permitted for the VPN tunnel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The IKE version.

Returns:

  • (String)


37012
37013
37014
37015
37016
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37012

class IKEVersionsRequestListValue < Struct.new(
  :value)
  SENSITIVE = []
  include Aws::Structure
end