Class: Aws::EC2::Types::Phase2IntegrityAlgorithmsRequestListValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#valueString

The integrity algorithm.

Returns:

  • (String)


53549
53550
53551
53552
53553
# File 'lib/aws-sdk-ec2/types.rb', line 53549

class Phase2IntegrityAlgorithmsRequestListValue < Struct.new(
  :value)
  SENSITIVE = []
  include Aws::Structure
end