Class: Aws::WAFRegional::Types::GetWebACLResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetWebACLResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#web_acl ⇒ Types::WebACL
Information about the WebACL that you specified in the ‘GetWebACL` request.
Instance Attribute Details
#web_acl ⇒ Types::WebACL
Information about the WebACL that you specified in the ‘GetWebACL` request. For more information, see the following topics:
-
WebACL: Contains ‘DefaultAction`, `MetricName`, `Name`, an array of `Rule` objects, and `WebACLId`
-
‘DefaultAction` (Data type is WafAction): Contains `Type`
-
‘Rules`: Contains an array of `ActivatedRule` objects, which contain `Action`, `Priority`, and `RuleId`
-
‘Action`: Contains `Type`
2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2469 class GetWebACLResponse < Struct.new( :web_acl) SENSITIVE = [] include Aws::Structure end |