Struct rusoto_cloudfront::CacheBehaviors [] [src]

pub struct CacheBehaviors {
    pub items: Option<Vec<CacheBehavior>>,
    pub quantity: i64,
}

A complex type that contains zero or more CacheBehavior elements.

Fields

Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

The number of cache behaviors for this distribution.

Trait Implementations

impl Default for CacheBehaviors
[src]

[src]

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

impl Debug for CacheBehaviors
[src]

[src]

Formats the value using the given formatter.