Struct aws_sdk_codepipeline::model::Job
source · [−]#[non_exhaustive]pub struct Job { /* private fields */ }
Expand description
Represents information about a job.
Implementations
sourceimpl Job
impl Job
sourcepub fn nonce(&self) -> Option<&str>
pub fn nonce(&self) -> Option<&str>
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob
request.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The ID of the AWS account to use when performing the job.
Trait Implementations
impl StructuralPartialEq for Job
Auto Trait Implementations
impl RefUnwindSafe for Job
impl Send for Job
impl Sync for Job
impl Unpin for Job
impl UnwindSafe for Job
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more