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]

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

impl Debug for Aliases
[src]

Formats the value using the given formatter. Read more

impl Clone for Aliases
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Aliases
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Aliases

impl Sync for Aliases