Class: Aws::CodePipeline::Types::PollForJobsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::PollForJobsInput
- 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
-
#action_type_id ⇒ Types::ActionTypeId
Represents information about an action type.
-
#max_batch_size ⇒ Integer
The maximum number of jobs to return in a poll for jobs call.
-
#query_param ⇒ Hash<String,String>
A map of property names and values.
Instance Attribute Details
#action_type_id ⇒ Types::ActionTypeId
Represents information about an action type.
3792 3793 3794 3795 3796 3797 3798 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3792 class PollForJobsInput < Struct.new( :action_type_id, :max_batch_size, :query_param) SENSITIVE = [] include Aws::Structure end |
#max_batch_size ⇒ Integer
The maximum number of jobs to return in a poll for jobs call.
3792 3793 3794 3795 3796 3797 3798 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3792 class PollForJobsInput < Struct.new( :action_type_id, :max_batch_size, :query_param) SENSITIVE = [] include Aws::Structure end |
#query_param ⇒ Hash<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.
3792 3793 3794 3795 3796 3797 3798 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3792 class PollForJobsInput < Struct.new( :action_type_id, :max_batch_size, :query_param) SENSITIVE = [] include Aws::Structure end |