Struct rusoto_codepipeline::JobDetails[][src]

pub struct JobDetails {
    pub account_id: Option<String>,
    pub data: Option<JobData>,
    pub id: Option<String>,
}

Represents information about the details of a job.

Fields

The AWS account ID associated with the job.

Represents additional information about a job required for a job worker to complete the job.

The unique system-generated ID of the job.

Trait Implementations

impl Default for JobDetails
[src]

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

impl Debug for JobDetails
[src]

Formats the value using the given formatter. Read more

impl Clone for JobDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for JobDetails

impl Sync for JobDetails