Class: Aws::EC2::Types::Phase2DHGroupNumbersRequestListValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Phase2DHGroupNumbersRequestListValue
- Includes:
- Structure
- Defined in:
- 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.
57541 57542 57543 57544 57545 |
# File 'lib/aws-sdk-ec2/types.rb', line 57541 class Phase2DHGroupNumbersRequestListValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |