class Aws::CodePipeline::Types::PollForJobsInput

Represents the input of a `PollForJobs` action.

@note When making an API call, you may pass PollForJobsInput

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,
      query_param: {
        "ActionConfigurationKey" => "ActionConfigurationQueryableValue",
      },
    }

@!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]

@!attribute [rw] query_param

A map of property names and values. For an action type with no
queryable properties, this value must be null or an empty map. For
an action type with a queryable property, you must supply that
property as a key in the map. Only jobs whose action configuration
matches the mapped value are returned.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PollForJobsInput AWS API Documentation

Constants

SENSITIVE