Class: Aws::EC2::Types::Phase2IntegrityAlgorithmsRequestListValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Phase2IntegrityAlgorithmsRequestListValue
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Specifies the integrity algorithm for the VPN tunnel for phase 2 IKE negotiations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
The integrity algorithm.
Instance Attribute Details
#value ⇒ String
The integrity algorithm.
56389 56390 56391 56392 56393 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56389 class Phase2IntegrityAlgorithmsRequestListValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |