class Aws::CodePipeline::Types::PollForThirdPartyJobsInput
Represents the input of a `PollForThirdPartyJobs` action.
@note When making an API call, you may pass PollForThirdPartyJobsInput
data as a hash: { action_type_id: { # required category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval owner: "AWS", # required, accepts AWS, ThirdParty, Custom provider: "ActionProvider", # required version: "Version", # required }, max_batch_size: 1, }
@!attribute [rw] action_type_id
Represents information about an action type. @return [Types::ActionTypeId]
@!attribute [rw] max_batch_size
The maximum number of jobs to return in a poll for jobs call. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PollForThirdPartyJobsInput AWS API Documentation
Constants
- SENSITIVE