Class: Aws::EC2::Types::IKEVersionsListValue

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

Overview

The internet key exchange (IKE) version permitted for the VPN tunnel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The IKE version.

Returns:

  • (String)


36998
36999
37000
37001
37002
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36998

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