Struct aws_sdk_codepipeline::model::action_revision::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ActionRevision
Implementations
The system-generated unique ID that identifies the revision number of the action.
The system-generated unique ID that identifies the revision number of the action.
The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
The date and time when the most recent version of the action was created, in timestamp format.
The date and time when the most recent version of the action was created, in timestamp format.
Consumes the builder and constructs a ActionRevision
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more