Class: Aws::EC2::Types::Phase2IntegrityAlgorithmsListValue

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

The integrity algorithm for phase 2 IKE negotiations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The integrity algorithm.

Returns:

  • (String)


53600
53601
53602
53603
53604
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53600

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