Class: Aws::EC2::Types::IKEVersionsRequestListValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IKEVersionsRequestListValue
- 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
-
#value ⇒ String
The IKE version.
Instance Attribute Details
#value ⇒ String
The IKE version.
39994 39995 39996 39997 39998 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39994 class IKEVersionsRequestListValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |