Class: Aws::EC2::Types::Phase1IntegrityAlgorithmsListValue

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

Overview

The integrity algorithm for phase 1 IKE negotiations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The value for the integrity algorithm.

Returns:

  • (String)


53423
53424
53425
53426
53427
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53423

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