Class: Aws::EC2::Types::Phase2DHGroupNumbersRequestListValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Phase2DHGroupNumbersRequestListValue
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Specifies a Diffie-Hellman group number for the VPN tunnel for phase 2 IKE negotiations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ Integer
The Diffie-Hellmann group number.
Instance Attribute Details
#value ⇒ Integer
The Diffie-Hellmann group number.
56331 56332 56333 56334 56335 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56331 class Phase2DHGroupNumbersRequestListValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |