Struct rusoto_medialive::PipelineDetail[][src]

pub struct PipelineDetail {
    pub active_input_attachment_name: Option<String>,
    pub active_input_switch_action_name: Option<String>,
    pub active_motion_graphics_action_name: Option<String>,
    pub active_motion_graphics_uri: Option<String>,
    pub pipeline_id: Option<String>,
}
Expand description

Runtime details of a pipeline when a channel is running.

Fields

active_input_attachment_name: Option<String>

The name of the active input attachment currently being ingested by this pipeline.

active_input_switch_action_name: Option<String>

The name of the input switch schedule action that occurred most recently and that resulted in the switch to the current input attachment for this pipeline.

active_motion_graphics_action_name: Option<String>

The name of the motion graphics activate action that occurred most recently and that resulted in the current graphics URI for this pipeline.

active_motion_graphics_uri: Option<String>

The current URI being used for HTML5 motion graphics for this pipeline.

pipeline_id: Option<String>

Pipeline ID

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.