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:



3397
3398
3399
3400
3401
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 3397

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