Class: Aws::WAFRegional::Types::GetWebACLForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetWebACLForResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#web_acl_summary ⇒ Types::WebACLSummary
Information about the web ACL that you specified in the ‘GetWebACLForResource` request.
Instance Attribute Details
#web_acl_summary ⇒ Types::WebACLSummary
Information about the web ACL that you specified in the ‘GetWebACLForResource` request. If there is no associated resource, a null WebACLSummary is returned.
2433 2434 2435 2436 2437 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2433 class GetWebACLForResourceResponse < Struct.new( :web_acl_summary) SENSITIVE = [] include Aws::Structure end |