Struct aws_sdk_codepipeline::model::JobDetails
source · [−]#[non_exhaustive]pub struct JobDetails {
pub id: Option<String>,
pub data: Option<JobData>,
pub account_id: Option<String>,
}
Expand description
Represents information about the details of a job.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.id: Option<String>
The unique system-generated ID of the job.
data: Option<JobData>
Represents other information about a job required for a job worker to complete the job.
account_id: Option<String>
The AWS account ID associated with the job.
Implementations
Represents other information about a job required for a job worker to complete the job.
The AWS account ID associated with the job.
Creates a new builder-style object to manufacture JobDetails
Trait Implementations
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 RefUnwindSafe for JobDetails
impl Send for JobDetails
impl Sync for JobDetails
impl Unpin for JobDetails
impl UnwindSafe for JobDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more