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