Struct rusoto_cloudfront::QueryStringCacheKeys [] [src]

pub struct QueryStringCacheKeys {
    pub items: Option<Vec<String>>,
    pub quantity: i64,
}

Fields

(Optional) A list that contains the query string parameters that you want CloudFront to use as a basis for caching for this cache behavior. If Quantity is 0, you can omit Items.

The number of whitelisted query string parameters for this cache behavior.

Trait Implementations

impl Default for QueryStringCacheKeys
[src]

[src]

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

impl Debug for QueryStringCacheKeys
[src]

[src]

Formats the value using the given formatter.