Struct rusoto_cloudfront::CreateStreamingDistributionWithTagsResult [] [src]

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

The returned result of the corresponding request.

Fields

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

The streaming distribution's information.

Trait Implementations

impl Default for CreateStreamingDistributionWithTagsResult
[src]

[src]

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

impl Debug for CreateStreamingDistributionWithTagsResult
[src]

[src]

Formats the value using the given formatter.