Class: Aws::SecurityHub::Types::AwsWafv2ActionBlockDetails

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

Overview

Specifies that WAF should block the request and optionally defines additional custom handling for the response to the web request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_responseTypes::AwsWafv2CustomResponseDetails

Defines a custom response for the web request. For information, see Customizing web requests and responses in WAF in the WAF Developer Guide..



21926
21927
21928
21929
21930
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21926

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