You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::PutApprovalResultInputWhen passing PutApprovalResultInput as input to an Aws::Client method, you can use a vanilla Hash:
{
pipeline_name: "PipelineName", stage_name: "StageName", action_name: "ActionName", result: { summary: "ApprovalSummary", status: "Approved", },
token: "ApprovalToken", }
Represents the input of a PutApprovalResult
action.
The name of the action for which approval is requested.
The name of the pipeline that contains the action.
Represents information about the result of the approval request.
The name of the stage that contains the action.
The system-generated token used to identify a unique approval request.
The name of the action for which approval is requested.
#pipeline_name ⇒ StringThe name of the pipeline that contains the action.
#stage_name ⇒ StringThe name of the stage that contains the action.
#token ⇒ StringThe 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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4