Class: Aws::SecurityHub::Types::AwsWafv2CustomRequestHandlingDetails

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

Overview

Custom request handling behavior that inserts custom headers into a web request. WAF uses custom request handling when the rule action doesn't block the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insert_headersArray<Types::AwsWafv2CustomHttpHeader>

The HTTP headers to insert into the request.



21048
21049
21050
21051
21052
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21048

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