Struct rusoto_cloudfront::Origins [] [src]

pub struct Origins {
    pub items: Option<Vec<Origin>>,
    pub quantity: i64,
}

A complex type that contains information about origins for this distribution.

Fields

A complex type that contains origins for this distribution.

The number of origins for this distribution.

Trait Implementations

impl Default for Origins
[src]

[src]

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

impl Debug for Origins
[src]

[src]

Formats the value using the given formatter.