Class: Aws::CodePipeline::Types::PutApprovalResultOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::PutApprovalResultOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Represents the output of a ‘PutApprovalResult` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #approved_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp showing when the approval or rejection was submitted.
 
Instance Attribute Details
#approved_at ⇒ Time
The timestamp showing when the approval or rejection was submitted.
      3960 3961 3962 3963 3964  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 3960 class PutApprovalResultOutput < Struct.new( :approved_at) SENSITIVE = [] include Aws::Structure end  |