class Aws::CloudFront::Types::ListDistributionsByWebACLIdRequest
The request to list distributions that are associated with a specified WAF web ACL.
@note When making an API call, you may pass ListDistributionsByWebACLIdRequest
data as a hash: { marker: "string", max_items: 1, web_acl_id: "string", # required }
@!attribute [rw] marker
Use `Marker` and `MaxItems` to control pagination of results. If you have more than `MaxItems` distributions that satisfy the request, the response includes a `NextMarker` element. To get the next page of results, submit another request. For the value of `Marker`, specify the value of `NextMarker` from the last response. (For the first request, omit `Marker`.) @return [String]
@!attribute [rw] max_items
The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100. @return [Integer]
@!attribute [rw] web_acl_id
The ID of the WAF web ACL that you want to list the associated distributions. If you specify "null" for the ID, the request returns a list of the distributions that aren't associated with a web ACL. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByWebACLIdRequest AWS API Documentation
Constants
- SENSITIVE