Class: Aws::EC2::Types::Phase1EncryptionAlgorithmsListValue

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

Overview

The encryption algorithm 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)


53484
53485
53486
53487
53488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53484

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