Struct rusoto_datapipeline::ActivatePipelineInput [] [src]

pub struct ActivatePipelineInput {
    pub parameter_values: Option<ParameterValueList>,
    pub pipeline_id: Id,
    pub start_timestamp: Option<Timestamp>,
}

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]

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

impl Debug for ActivatePipelineInput
[src]

Formats the value using the given formatter.

impl Clone for ActivatePipelineInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more