Struct rusoto_datapipeline::SetStatusInput [] [src]

pub struct SetStatusInput {
    pub object_ids: IdList,
    pub pipeline_id: Id,
    pub status: String,
}

Contains the parameters for SetStatus.

Fields

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

The ID of the pipeline that contains the objects.

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

Trait Implementations

impl Default for SetStatusInput
[src]

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

impl Debug for SetStatusInput
[src]

Formats the value using the given formatter.

impl Clone for SetStatusInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more