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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/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 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2433

class GetWebACLForResourceResponse < Struct.new(
  :web_acl_summary)
  SENSITIVE = []
  include Aws::Structure
end