Struct rusoto_cloudfront::CustomHeaders [] [src]

pub struct CustomHeaders {
    pub items: Option<Vec<OriginCustomHeader>>,
    pub quantity: i64,
}

A complex type that contains the list of Custom Headers for each origin.

Fields

Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

The number of custom headers, if any, for this distribution.

Trait Implementations

impl Default for CustomHeaders
[src]

[src]

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

impl Debug for CustomHeaders
[src]

[src]

Formats the value using the given formatter.