Class: Aws::WAFV2::Types::GetWebACLForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::GetWebACLForResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#web_acl ⇒ Types::WebACL
The web ACL that is associated with the resource.
Instance Attribute Details
#web_acl ⇒ Types::WebACL
The web ACL that is associated with the resource. If there is no associated resource, WAF returns a null web ACL.
3457 3458 3459 3460 3461 |
# File 'lib/aws-sdk-wafv2/types.rb', line 3457 class GetWebACLForResourceResponse < Struct.new( :web_acl) SENSITIVE = [] include Aws::Structure end |