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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21944

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

#valueString

The value of the custom header.

Returns:

  • (String)


21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21944

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