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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/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:



3469
3470
3471
3472
3473
3474
3475
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3469

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)


3469
3470
3471
3472
3473
3474
3475
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3469

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>)


3469
3470
3471
3472
3473
3474
3475
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3469

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