Class: Aws::EC2::Types::Phase1EncryptionAlgorithmsRequestListValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE negotiations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The value for the encryption algorithm.

Returns:

  • (String)


53433
53434
53435
53436
53437
# File 'lib/aws-sdk-ec2/types.rb', line 53433

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