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)


21071
21072
21073
21074
21075
21076
# File 'lib/aws-sdk-securityhub/types.rb', line 21071

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

#valueString

The value of the custom header.

Returns:

  • (String)


21071
21072
21073
21074
21075
21076
# File 'lib/aws-sdk-securityhub/types.rb', line 21071

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