Class: Aws::CodePipeline::Types::PollForThirdPartyJobsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Represents the input of a PollForThirdPartyJobs action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_type_idTypes::ActionTypeId

Represents information about an action type.

Returns:



3592
3593
3594
3595
3596
3597
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3592

class PollForThirdPartyJobsInput < Struct.new(
  :action_type_id,
  :max_batch_size)
  SENSITIVE = []
  include Aws::Structure
end

#max_batch_sizeInteger

The maximum number of jobs to return in a poll for jobs call.

Returns:

  • (Integer)


3592
3593
3594
3595
3596
3597
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3592

class PollForThirdPartyJobsInput < Struct.new(
  :action_type_id,
  :max_batch_size)
  SENSITIVE = []
  include Aws::Structure
end