Class: Aws::EC2::Types::Phase2EncryptionAlgorithmsListValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Phase2EncryptionAlgorithmsListValue
- 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
-
#value ⇒ String
The encryption algorithm.
Instance Attribute Details
#value ⇒ String
The encryption algorithm.
57814 57815 57816 57817 57818 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57814 class Phase2EncryptionAlgorithmsListValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |