Class: Aws::WAFRegional::Types::GetWebACLForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#web_acl_summaryTypes::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