Struct aws_sdk_batch::model::JobDependency
source · #[non_exhaustive]pub struct JobDependency { /* private fields */ }
Expand description
An object representing an Batch job dependency.
Implementations§
source§impl JobDependency
impl JobDependency
source§impl JobDependency
impl JobDependency
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JobDependency
.
Trait Implementations§
source§impl Clone for JobDependency
impl Clone for JobDependency
source§fn clone(&self) -> JobDependency
fn clone(&self) -> JobDependency
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more