Struct rusoto_codepipeline::PollForThirdPartyJobsInput[][src]

pub struct PollForThirdPartyJobsInput {
    pub action_type_id: ActionTypeId,
    pub max_batch_size: Option<i64>,
}

Represents the input of a PollForThirdPartyJobs action.

Fields

Represents information about an action type.

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

Trait Implementations

impl Default for PollForThirdPartyJobsInput
[src]

Returns the "default value" for a type. Read more

impl Debug for PollForThirdPartyJobsInput
[src]

Formats the value using the given formatter. Read more

impl Clone for PollForThirdPartyJobsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PollForThirdPartyJobsInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations