Struct rusoto_cloudfront::CreateDistributionWithTagsResult [] [src]

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

The returned result of the corresponding request.

Fields

The distribution's information.

The current version of the distribution created.

The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.

Trait Implementations

impl Default for CreateDistributionWithTagsResult
[src]

[src]

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

impl Debug for CreateDistributionWithTagsResult
[src]

[src]

Formats the value using the given formatter.