Struct rusoto_cloudfront::UpdateStreamingDistributionResult[][src]

pub struct UpdateStreamingDistributionResult {
    pub e_tag: Option<String>,
    pub streaming_distribution: Option<StreamingDistribution>,
}

The returned result of the corresponding request.

Fields

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

The streaming distribution's information.

Trait Implementations

impl Default for UpdateStreamingDistributionResult
[src]

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

impl Debug for UpdateStreamingDistributionResult
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateStreamingDistributionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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