Class: Aws::WAFRegional::Types::GetRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRuleResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule ⇒ Types::Rule
Information about the Rule that you specified in the
GetRule
request.
Instance Attribute Details
#rule ⇒ Types::Rule
Information about the Rule that you specified in the GetRule
request. For more information, see the following topics:
Rule: Contains
MetricName
,Name
, an array ofPredicate
objects, andRuleId
Predicate: Each
Predicate
object containsDataId
,Negated
, andType
2243 2244 2245 2246 2247 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2243 class GetRuleResponse < Struct.new( :rule) SENSITIVE = [] include Aws::Structure end |