Struct rusoto_cloudfront::ListDistributionsByWebACLIdResult [] [src]

pub struct ListDistributionsByWebACLIdResult {
    pub distribution_list: Option<DistributionList>,
}

The response to a request to list the distributions that are associated with a specified AWS WAF web ACL.

Fields

The DistributionList type.

Trait Implementations

impl Default for ListDistributionsByWebACLIdResult
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ListDistributionsByWebACLIdResult
[src]

[src]

Formats the value using the given formatter.