class Aws::WAFV2::Types::ListResourcesForWebACLRequest

@note When making an API call, you may pass ListResourcesForWebACLRequest

data as a hash:

    {
      web_acl_arn: "ResourceArn", # required
      resource_type: "APPLICATION_LOAD_BALANCER", # accepts APPLICATION_LOAD_BALANCER, API_GATEWAY, APPSYNC
    }

@!attribute [rw] web_acl_arn

The Amazon Resource Name (ARN) of the web ACL.
@return [String]

@!attribute [rw] resource_type

Used for web ACLs that are scoped for regional applications. A
regional application can be an Application Load Balancer (ALB), an
Amazon API Gateway REST API, or an AppSync GraphQL API.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/ListResourcesForWebACLRequest AWS API Documentation

Constants

SENSITIVE