Struct rusoto_codepipeline::PutActionRevisionOutput[][src]

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

Represents the output of a PutActionRevision 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. Read more

impl Clone for PutActionRevisionOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PutActionRevisionOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations