Struct rusoto_cloudfront::CreateDistributionResult[][src]

pub struct CreateDistributionResult {
    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 CreateDistributionResult
[src]

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

impl Debug for CreateDistributionResult
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateDistributionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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