Struct rusoto_cloudfront::Aliases [] [src]

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

A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

Fields

A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

The number of CNAME aliases, if any, that you want to associate with this distribution.

Trait Implementations

impl Default for Aliases
[src]

[src]

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

impl Debug for Aliases
[src]

[src]

Formats the value using the given formatter.