Struct rusoto_cloudfront::DeleteStreamingDistributionRequest [] [src]

pub struct DeleteStreamingDistributionRequest {
    pub id: String,
    pub if_match: Option<String>,
}

The request to delete a streaming distribution.

Fields

The distribution ID.

The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

Trait Implementations

impl Default for DeleteStreamingDistributionRequest
[src]

[src]

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

impl Debug for DeleteStreamingDistributionRequest
[src]

[src]

Formats the value using the given formatter.