Class: Aws::WAFV2::Types::ListResourcesForWebACLRequest

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

#resource_typeString

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.

If you don't provide a resource type, the call uses the resource type APPLICATION_LOAD_BALANCER.

Default: APPLICATION_LOAD_BALANCER

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the web ACL.

Returns:

  • (String)


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