Class: Aws::SecurityHub::Types::AwsWafv2CustomHttpHeader

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

A custom header for custom request and response handling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the custom header.

Returns:

  • (String)


21973
21974
21975
21976
21977
21978
# File 'lib/aws-sdk-securityhub/types.rb', line 21973

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

#valueString

The value of the custom header.

Returns:

  • (String)


21973
21974
21975
21976
21977
21978
# File 'lib/aws-sdk-securityhub/types.rb', line 21973

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