Class: Aws::EC2::Types::Phase2DHGroupNumbersListValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#valueInteger

The Diffie-Hellmann group number.

Returns:

  • (Integer)


53476
53477
53478
53479
53480
# File 'lib/aws-sdk-ec2/types.rb', line 53476

class Phase2DHGroupNumbersListValue < Struct.new(
  :value)
  SENSITIVE = []
  include Aws::Structure
end