Class: Aws::WAFRegional::Types::GetWebACLResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetWebACLResponse
- Defined in:
- gems/aws-sdk-wafregional/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 ofRule
objects, andWebACLId
DefaultAction
(Data type is WafAction): ContainsType
Rules
: Contains an array ofActivatedRule
objects, which containAction
,Priority
, andRuleId
Action
: ContainsType
2469 2470 2471 2472 2473 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2469 class GetWebACLResponse < Struct.new( :web_acl) SENSITIVE = [] include Aws::Structure end |