Class: Aws::WAFV2::Types::RuleSummary

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

Overview

High-level information about a Rule, returned by operations like DescribeManagedRuleGroup. This provides information like the ID, that you can use to retrieve and manage a RuleGroup, and the ARN, that you provide to the RuleGroupReferenceStatement to use the rule group in a Rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::RuleAction

The action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.

Returns:



7849
7850
7851
7852
7853
7854
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 7849

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

#nameString

The name of the rule.

Returns:

  • (String)


7849
7850
7851
7852
7853
7854
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 7849

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