Struct rusoto_cloudfront::GetStreamingDistributionResult [] [src]

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

The returned result of the corresponding request.

Fields

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

The streaming distribution's information.

Trait Implementations

impl Default for GetStreamingDistributionResult
[src]

[src]

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

impl Debug for GetStreamingDistributionResult
[src]

[src]

Formats the value using the given formatter.