A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CodePipeline/Types/PutApprovalResultInput.html below:

PutApprovalResultInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::PutApprovalResultInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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.

Instance Attribute Summary collapse Instance Attribute Details #action_name ⇒ String

The name of the action for which approval is requested.

#pipeline_name ⇒ String

The name of the pipeline that contains the action.

#stage_name ⇒ String

The name of the stage that contains the action.

#token ⇒ String

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.


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