Struct rusoto_codepipeline::PutActionRevisionOutput [] [src]

pub struct PutActionRevisionOutput {
    pub new_revision: Option<bool>,
    pub pipeline_execution_id: Option<String>,
}

Represents the output of a put action revision action.

Fields

Indicates whether the artifact revision was previously used in an execution of the specified pipeline.

The ID of the current workflow state of the pipeline.

Trait Implementations

impl Default for PutActionRevisionOutput
[src]

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

impl Debug for PutActionRevisionOutput
[src]

Formats the value using the given formatter.

impl Clone for PutActionRevisionOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more