You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WAFRegional::Types::ListResourcesForWebACLRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListResourcesForWebACLRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  web_acl_id: "ResourceId", # required
  resource_type: "APPLICATION_LOAD_BALANCER", # accepts APPLICATION_LOAD_BALANCER, API_GATEWAY
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typeString

The type of resource to list, either an application load balancer or Amazon API Gateway.

Possible values:

  • APPLICATION_LOAD_BALANCER
  • API_GATEWAY

Returns:

  • (String)

    The type of resource to list, either an application load balancer or Amazon API Gateway.

#web_acl_idString

The unique identifier (ID) of the web ACL for which to list the associated resources.

Returns:

  • (String)

    The unique identifier (ID) of the web ACL for which to list the associated resources.