Struct rusoto_codepipeline::PollForJobsOutput [] [src]

pub struct PollForJobsOutput {
    pub jobs: Option<JobList>,
}

Represents the output of a poll for jobs action.

Fields

Information about the jobs to take action on.

Trait Implementations

impl Default for PollForJobsOutput
[src]

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

impl Debug for PollForJobsOutput
[src]

Formats the value using the given formatter.

impl Clone for PollForJobsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more