Class: Aws::EC2::Types::Phase2EncryptionAlgorithmsRequestListValue

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The encryption algorithm.

Returns:

  • (String)


62149
62150
62151
62152
62153
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62149

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