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.
52623 52624 52625 52626 52627 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52623 class Phase1IntegrityAlgorithmsRequestListValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |