Class: Aws::SecurityHub::Types::AwsWafRegionalWebAclRulesListActionDetails

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

Overview

The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule.

Returns:

  • (String)


21589
21590
21591
21592
21593
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21589

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