Struct rusoto_cloudfront::CookieNames [] [src]

pub struct CookieNames {
    pub items: Option<CookieNameList>,
    pub quantity: Integer,
}

A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.

Fields

A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior.

The number of different cookies that you want CloudFront to forward to the origin for this cache behavior.

Trait Implementations

impl Default for CookieNames
[src]

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

impl Clone for CookieNames
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CookieNames
[src]

Formats the value using the given formatter.