Class: Aws::CodePipeline::Types::ApprovalResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::ApprovalResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Represents information about the result of an approval request.
Constant Summary collapse
- SENSITIVE =
 []
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.
      1086 1087 1088 1089 1090 1091  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1086 class ApprovalResult < Struct.new( :summary, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#summary ⇒ String
The summary of the current status of the approval request.
      1086 1087 1088 1089 1090 1091  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1086 class ApprovalResult < Struct.new( :summary, :status) SENSITIVE = [] include Aws::Structure end  |