Struct rusoto_cloudfront::GetDistributionConfigResult[][src]

pub struct GetDistributionConfigResult {
    pub distribution_config: Option<DistributionConfig>,
    pub e_tag: Option<String>,
}

The returned result of the corresponding request.

Fields

The distribution's configuration information.

The current version of the configuration. For example: E2QWRUHAPOMQZL.

Trait Implementations

impl Default for GetDistributionConfigResult
[src]

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

impl Debug for GetDistributionConfigResult
[src]

Formats the value using the given formatter. Read more

impl Clone for GetDistributionConfigResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetDistributionConfigResult
[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