You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::ListDistributionsByWebACLIdRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListDistributionsByWebACLIdRequest
- Defined in:
- (unknown)
Overview
When passing ListDistributionsByWebACLIdRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
marker: "string",
max_items: 1,
web_acl_id: "string", # required
}
The request to list distributions that are associated with a specified AWS WAF web ACL.
Instance Attribute Summary collapse
-
#marker ⇒ String
Use
MarkerandMaxItemsto control pagination of results. -
#max_items ⇒ Integer
-
#web_acl_id ⇒ String
The ID of the AWS WAF web ACL that you want to list the associated distributions.
Instance Attribute Details
#marker ⇒ String
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.)
#max_items ⇒ Integer
#web_acl_id ⇒ String
The ID of the AWS 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.