Class: Aws::CodePipeline::Types::GetThirdPartyJobDetailsOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::GetThirdPartyJobDetailsOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Represents the output of a ‘GetThirdPartyJobDetails` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_details  ⇒ Types::ThirdPartyJobDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the job, including any protected values defined for the job.
 
Instance Attribute Details
#job_details ⇒ Types::ThirdPartyJobDetails
The details of the job, including any protected values defined for the job.
      2181 2182 2183 2184 2185  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 2181 class GetThirdPartyJobDetailsOutput < Struct.new( :job_details) SENSITIVE = [] include Aws::Structure end  |