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]

[src]

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

impl Debug for GetDistributionConfigResult
[src]

[src]

Formats the value using the given formatter.