Class: Aws::EC2::Types::Phase1EncryptionAlgorithmsRequestListValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Phase1EncryptionAlgorithmsRequestListValue
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE negotiations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
The value for the encryption algorithm.
Instance Attribute Details
#value ⇒ String
The value for the encryption algorithm.
56273 56274 56275 56276 56277 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56273 class Phase1EncryptionAlgorithmsRequestListValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |