Struct rusoto_cloudfront::OriginCustomHeader [] [src]

pub struct OriginCustomHeader {
    pub header_name: String,
    pub header_value: String,
}

A complex type that contains HeaderName and HeaderValue elements, if any, for this distribution.

Fields

The name of a header that you want CloudFront to forward to your origin. For more information, see Forwarding Custom Headers to Your Origin (Web Distributions Only) in the Amazon Amazon CloudFront Developer Guide.

The value for the header that you specified in the HeaderName field.

Trait Implementations

impl Default for OriginCustomHeader
[src]

[src]

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

impl Debug for OriginCustomHeader
[src]

[src]

Formats the value using the given formatter.