class Aws::CodePipeline::Types::ApprovalResult

Represents information about the result of an approval request.

@note When making an API call, you may pass ApprovalResult

data as a hash:

    {
      summary: "ApprovalSummary", # required
      status: "Approved", # required, accepts Approved, Rejected
    }

@!attribute [rw] summary

The summary of the current status of the approval request.
@return [String]

@!attribute [rw] status

The response submitted by a reviewer assigned to an approval action
request.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ApprovalResult AWS API Documentation

Constants

SENSITIVE