Class: Aws::CodePipeline::Types::PollForThirdPartyJobsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::PollForThirdPartyJobsInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Represents the input of a ‘PollForThirdPartyJobs` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_type_id  ⇒ Types::ActionTypeId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents information about an action type.
 - 
  
    
      #max_batch_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of jobs to return in a poll for jobs call.
 
Instance Attribute Details
#action_type_id ⇒ Types::ActionTypeId
Represents information about an action type.
      3838 3839 3840 3841 3842 3843  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 3838 class PollForThirdPartyJobsInput < Struct.new( :action_type_id, :max_batch_size) SENSITIVE = [] include Aws::Structure end  | 
  
#max_batch_size ⇒ Integer
The maximum number of jobs to return in a poll for jobs call.
      3838 3839 3840 3841 3842 3843  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 3838 class PollForThirdPartyJobsInput < Struct.new( :action_type_id, :max_batch_size) SENSITIVE = [] include Aws::Structure end  |