Struct rusoto_elastictranscoder::UpdatePipelineStatusResponse [] [src]

pub struct UpdatePipelineStatusResponse {
    pub pipeline: Option<Pipeline>,
}

When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request.

Fields

A section of the response body that provides information about the pipeline.

Trait Implementations

impl Default for UpdatePipelineStatusResponse
[src]

[src]

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

impl Debug for UpdatePipelineStatusResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdatePipelineStatusResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more