Class: Aws::EC2::Types::IKEVersionsListValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IKEVersionsListValue
- Includes:
- Structure
- Defined in:
- 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
-
#value ⇒ String
The IKE version.
Instance Attribute Details
#value ⇒ String
The IKE version.
39955 39956 39957 39958 39959 |
# File 'lib/aws-sdk-ec2/types.rb', line 39955 class IKEVersionsListValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |