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

Class: Aws::CodePipeline::Types::ApprovalResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ApprovalResult as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents information about the result of an approval request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The response submitted by a reviewer assigned to an approval action request.

Possible values:

  • Approved
  • Rejected

Returns:

  • (String)

    The response submitted by a reviewer assigned to an approval action request.

#summaryString

The summary of the current status of the approval request.

Returns:

  • (String)

    The summary of the current status of the approval request.