Class: Aws::WAFV2::Types::ListResourcesForWebACLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::ListResourcesForWebACLRequest
- Defined in:
- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_type ⇒ String
Retrieves the web ACLs that are used by the specified resource type.
-
#web_acl_arn ⇒ String
The Amazon Resource Name (ARN) of the web ACL.
Instance Attribute Details
#resource_type ⇒ String
Retrieves the web ACLs that are used by the specified resource type.
For Amazon CloudFront, don't use this call. Instead, use the
CloudFront call ListDistributionsByWebACLId. For information, see
ListDistributionsByWebACLId in the Amazon CloudFront API
Reference.
APPLICATION_LOAD_BALANCER.
Default: APPLICATION_LOAD_BALANCER
5885 5886 5887 5888 5889 5890 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5885 class ListResourcesForWebACLRequest < Struct.new( :web_acl_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#web_acl_arn ⇒ String
The Amazon Resource Name (ARN) of the web ACL.
5885 5886 5887 5888 5889 5890 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5885 class ListResourcesForWebACLRequest < Struct.new( :web_acl_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |