Class: Aws::CodePipeline::Types::PollForThirdPartyJobsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::PollForThirdPartyJobsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the input of a ‘PollForThirdPartyJobs` 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.
Instance Attribute Details
#action_type_id ⇒ Types::ActionTypeId
Represents information about an action type.
3794 3795 3796 3797 3798 3799 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3794 class PollForThirdPartyJobsInput < Struct.new( :action_type_id, :max_batch_size) SENSITIVE = [] include Aws::Structure end |
#max_batch_size ⇒ Integer
The maximum number of jobs to return in a poll for jobs call.
3794 3795 3796 3797 3798 3799 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3794 class PollForThirdPartyJobsInput < Struct.new( :action_type_id, :max_batch_size) SENSITIVE = [] include Aws::Structure end |