Class: Aws::EC2::Types::Phase1DHGroupNumbersRequestListValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Phase1DHGroupNumbersRequestListValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Specifies a Diffie-Hellman group number for the VPN tunnel for phase 1 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.
57454 57455 57456 57457 57458 |
# File 'lib/aws-sdk-ec2/types.rb', line 57454 class Phase1DHGroupNumbersRequestListValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |