Struct rusoto_elastictranscoder::UpdatePipelineStatusRequest
[−]
[src]
pub struct UpdatePipelineStatusRequest {
pub id: String,
pub status: String,
}The UpdatePipelineStatusRequest structure.
Fields
id: String
The identifier of the pipeline to update.
status: String
The desired status of the pipeline:
-
Active: The pipeline is processing jobs. -
Paused: The pipeline is not currently processing jobs.
Trait Implementations
impl Default for UpdatePipelineStatusRequest[src]
fn default() -> UpdatePipelineStatusRequest[src]
Returns the "default value" for a type. Read more
impl Debug for UpdatePipelineStatusRequest[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for UpdatePipelineStatusRequest[src]
fn clone(&self) -> UpdatePipelineStatusRequest[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more