class Aws::DataPipeline::Types::ActivatePipelineInput

Contains the parameters for ActivatePipeline.

@note When making an API call, you may pass ActivatePipelineInput

data as a hash:

    {
      pipeline_id: "id", # required
      parameter_values: [
        {
          id: "fieldNameString", # required
          string_value: "fieldStringValue", # required
        },
      ],
      start_timestamp: Time.now,
    }

@!attribute [rw] pipeline_id

The ID of the pipeline.
@return [String]

@!attribute [rw] parameter_values

A list of parameter values to pass to the pipeline at activation.
@return [Array<Types::ParameterValue>]

@!attribute [rw] start_timestamp

The date and time to resume the pipeline. By default, the pipeline
resumes from the last completed execution.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ActivatePipelineInput AWS API Documentation

Constants

SENSITIVE