Struct rusoto_codepipeline::ActionContext [] [src]

pub struct ActionContext {
    pub name: Option<String>,
}

Represents the context of an action within the stage of a pipeline to a job worker.

Fields

The name of the action within the context of a job.

Trait Implementations

impl Default for ActionContext
[src]

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

impl Debug for ActionContext
[src]

Formats the value using the given formatter.

impl Clone for ActionContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more