Struct rusoto_codepipeline::PutJobFailureResultInput[][src]

pub struct PutJobFailureResultInput {
    pub failure_details: FailureDetails,
    pub job_id: String,
}

Represents the input of a PutJobFailureResult action.

Fields

The details about the failure of a job.

The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs.

Trait Implementations

impl Default for PutJobFailureResultInput
[src]

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

impl Debug for PutJobFailureResultInput
[src]

Formats the value using the given formatter. Read more

impl Clone for PutJobFailureResultInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PutJobFailureResultInput
[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