#[non_exhaustive]pub struct ListDistributionsByWebAclIdOutput { /* private fields */ }Expand description
The response to a request to list the distributions that are associated with a specified WAF web ACL.
Implementations§
source§impl ListDistributionsByWebAclIdOutput
impl ListDistributionsByWebAclIdOutput
sourcepub fn distribution_list(&self) -> Option<&DistributionList>
pub fn distribution_list(&self) -> Option<&DistributionList>
The DistributionList type.
source§impl ListDistributionsByWebAclIdOutput
impl ListDistributionsByWebAclIdOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDistributionsByWebAclIdOutput.
Trait Implementations§
source§impl Clone for ListDistributionsByWebAclIdOutput
impl Clone for ListDistributionsByWebAclIdOutput
source§fn clone(&self) -> ListDistributionsByWebAclIdOutput
fn clone(&self) -> ListDistributionsByWebAclIdOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more