Class: Aws::EC2::Types::Phase2EncryptionAlgorithmsListValue

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

Overview

The encryption algorithm for phase 2 IKE negotiations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The encryption algorithm.

Returns:

  • (String)


53481
53482
53483
53484
53485
# File 'lib/aws-sdk-ec2/types.rb', line 53481

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