Struct rusoto_cloudfront::UpdateStreamingDistributionRequest [] [src]

pub struct UpdateStreamingDistributionRequest {
    pub id: String,
    pub if_match: Option<String>,
    pub streaming_distribution_config: StreamingDistributionConfig,
}

The request to update a streaming distribution.

Fields

The streaming distribution's id.

The value of the ETag header that you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.

The streaming distribution's configuration information.

Trait Implementations

impl Default for UpdateStreamingDistributionRequest
[src]

[src]

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

impl Debug for UpdateStreamingDistributionRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateStreamingDistributionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations