Struct aws_sdk_codepipeline::input::put_approval_result_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PutApprovalResultInput
Implementations
The name of the pipeline that contains the action.
The name of the pipeline that contains the action.
The name of the stage that contains the action.
The name of the stage that contains the action.
The name of the action for which approval is requested.
The name of the action for which approval is requested.
Represents information about the result of the approval request.
Represents information about the result of the approval request.
The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action. It is used to validate that the approval request corresponding to this token is still valid.
The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action. It is used to validate that the approval request corresponding to this token is still valid.
Consumes the builder and constructs a PutApprovalResultInput
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