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
- Struct
- Aws::CodePipeline::Types::ApprovalResult
- 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
-
#status ⇒ String
The response submitted by a reviewer assigned to an approval action request.
-
#summary ⇒ String
The summary of the current status of the approval request.
Instance Attribute Details
#status ⇒ String
The response submitted by a reviewer assigned to an approval action request.
Possible values:
- Approved
- Rejected
#summary ⇒ String
The summary of the current status of the approval request.