Class: Aws::CodePipeline::Types::ApprovalResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodePipeline::Types::ApprovalResult
 
- Defined in:
- gems/aws-sdk-codepipeline/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.
| 1138 1139 1140 1141 1142 1143 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1138 class ApprovalResult < Struct.new( :summary, :status) SENSITIVE = [] include Aws::Structure end | 
#summary ⇒ String
The summary of the current status of the approval request.
| 1138 1139 1140 1141 1142 1143 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1138 class ApprovalResult < Struct.new( :summary, :status) SENSITIVE = [] include Aws::Structure end |