Class: Aws::WAFV2::Types::GetWebACLForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#web_aclTypes::WebACL

The web ACL that is associated with the resource. If there is no associated resource, WAF returns a null web ACL.

Returns:



3595
3596
3597
3598
3599
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 3595

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