Struct rusoto_codepipeline::ActionState[][src]

pub struct ActionState {
    pub action_name: Option<String>,
    pub current_revision: Option<ActionRevision>,
    pub entity_url: Option<String>,
    pub latest_execution: Option<ActionExecution>,
    pub revision_url: Option<String>,
}

Represents information about the state of an action.

Fields

The name of the action.

Represents information about the version (or revision) of an action.

A URL link for more information about the state of the action, such as a deployment group details page.

Represents information about the run of an action.

A URL link for more information about the revision, such as a commit details page.

Trait Implementations

impl Default for ActionState
[src]

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

impl Debug for ActionState
[src]

Formats the value using the given formatter. Read more

impl Clone for ActionState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ActionState
[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

impl Send for ActionState

impl Sync for ActionState