Struct rusoto_cloudfront::GetStreamingDistributionConfigResult [] [src]

pub struct GetStreamingDistributionConfigResult {
    pub e_tag: Option<String>,
    pub streaming_distribution_config: Option<StreamingDistributionConfig>,
}

The returned result of the corresponding request.

Fields

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

The streaming distribution's configuration information.

Trait Implementations

impl Default for GetStreamingDistributionConfigResult
[src]

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

impl Clone for GetStreamingDistributionConfigResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetStreamingDistributionConfigResult
[src]

Formats the value using the given formatter.