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]

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

impl Debug for UpdatePipelineStatusResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdatePipelineStatusResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UpdatePipelineStatusResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations