Class: Aws::EC2::Types::Phase2DHGroupNumbersListValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Phase2DHGroupNumbersListValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
The Diffie-Hellmann group number 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.
57526 57527 57528 57529 57530 |
# File 'lib/aws-sdk-ec2/types.rb', line 57526 class Phase2DHGroupNumbersListValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |