[][src]Struct rusoto_datapipeline::ActivatePipelineInput

pub struct ActivatePipelineInput {
    pub parameter_values: Option<Vec<ParameterValue>>,
    pub pipeline_id: String,
    pub start_timestamp: Option<f64>,
}

Contains the parameters for ActivatePipeline.

Fields

A list of parameter values to pass to the pipeline at activation.

The ID of the pipeline.

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

Trait Implementations

impl Default for ActivatePipelineInput
[src]

impl PartialEq<ActivatePipelineInput> for ActivatePipelineInput
[src]

impl Clone for ActivatePipelineInput
[src]

Performs copy-assignment from source. Read more

impl Debug for ActivatePipelineInput
[src]

impl Serialize for ActivatePipelineInput
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Same for T

Should always be Self