You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PollForThirdPartyJobsInput as input to an Aws::Client method, you can use a vanilla 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,
}

Represents the input of a PollForThirdPartyJobs action.

Instance Attribute Summary collapse

Instance Attribute Details

#action_type_idTypes::ActionTypeId

Represents information about an action type.

Returns:

#max_batch_sizeInteger

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

Returns:

  • (Integer)

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