Class: Aws::CodePipeline::Types::PollForJobsInput

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

Overview

Represents the input of a ‘PollForJobs` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_type_idTypes::ActionTypeId

Represents information about an action type.

Returns:



3457
3458
3459
3460
3461
3462
3463
# File 'lib/aws-sdk-codepipeline/types.rb', line 3457

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

#max_batch_sizeInteger

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

Returns:

  • (Integer)


3457
3458
3459
3460
3461
3462
3463
# File 'lib/aws-sdk-codepipeline/types.rb', line 3457

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

#query_paramHash<String,String>

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.

Returns:

  • (Hash<String,String>)


3457
3458
3459
3460
3461
3462
3463
# File 'lib/aws-sdk-codepipeline/types.rb', line 3457

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