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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


53387
53388
53389
53390
53391
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53387

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