Struct rusoto_cloudfront::GetDistributionResult [] [src]

pub struct GetDistributionResult {
    pub distribution: Option<Distribution>,
    pub e_tag: Option<String>,
}

The returned result of the corresponding request.

Fields

The distribution's information.

The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

Trait Implementations

impl Default for GetDistributionResult
[src]

[src]

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

impl Debug for GetDistributionResult
[src]

[src]

Formats the value using the given formatter.