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]

[src]

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

impl Debug for ActionState
[src]

[src]

Formats the value using the given formatter.

impl Clone for ActionState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more