Class: Aws::SecurityHub::Types::AwsWafRuleGroupRulesActionDetails

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

Overview

Provides information about what action WAF should take on a web request when it matches the criteria defined in the rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The action that WAF should take on a web request when it matches the rule's statement.

Returns:

  • (String)


21723
21724
21725
21726
21727
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21723

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