Class: Aws::WAF::Types::GetWebACLResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetWebACLResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#web_acl ⇒ Types::WebACL
Information about the WebACL that you specified in the
GetWebACLrequest.
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 ofRuleobjects, andWebACLIdDefaultAction(Data type is WafAction): ContainsTypeRules: Contains an array ofActivatedRuleobjects, which containAction,Priority, andRuleIdAction: ContainsType
2374 2375 2376 2377 2378 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2374 class GetWebACLResponse < Struct.new( :web_acl) SENSITIVE = [] include Aws::Structure end |