#[non_exhaustive]pub struct ListDistributionsByWebAclIdInput { /* private fields */ }
Expand description
The request to list distributions that are associated with a specified WAF web ACL.
Implementations§
source§impl ListDistributionsByWebAclIdInput
impl ListDistributionsByWebAclIdInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDistributionsByWebACLId, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDistributionsByWebACLId, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDistributionsByWebACLId
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDistributionsByWebAclIdInput
.
source§impl ListDistributionsByWebAclIdInput
impl ListDistributionsByWebAclIdInput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
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
.)
sourcepub fn max_items(&self) -> Option<i32>
pub fn max_items(&self) -> Option<i32>
The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.
sourcepub fn web_acl_id(&self) -> Option<&str>
pub fn web_acl_id(&self) -> Option<&str>
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.
Trait Implementations§
source§impl Clone for ListDistributionsByWebAclIdInput
impl Clone for ListDistributionsByWebAclIdInput
source§fn clone(&self) -> ListDistributionsByWebAclIdInput
fn clone(&self) -> ListDistributionsByWebAclIdInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<ListDistributionsByWebAclIdInput> for ListDistributionsByWebAclIdInput
impl PartialEq<ListDistributionsByWebAclIdInput> for ListDistributionsByWebAclIdInput
source§fn eq(&self, other: &ListDistributionsByWebAclIdInput) -> bool
fn eq(&self, other: &ListDistributionsByWebAclIdInput) -> bool
self
and other
values to be equal, and is used
by ==
.