Class: Aws::WAF::Types::GetRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/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 of `Predicate` objects, and `RuleId`
-
Predicate: Each ‘Predicate` object contains `DataId`, `Negated`, and `Type`
2185 2186 2187 2188 2189 |
# File 'lib/aws-sdk-waf/types.rb', line 2185 class GetRuleResponse < Struct.new( :rule) SENSITIVE = [] include Aws::Structure end |