Struct aws_sdk_glue::model::ExecutionProperty
source · [−]#[non_exhaustive]pub struct ExecutionProperty { /* private fields */ }Expand description
An execution property of a job.
Implementations
sourceimpl ExecutionProperty
impl ExecutionProperty
sourcepub fn max_concurrent_runs(&self) -> i32
pub fn max_concurrent_runs(&self) -> i32
The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.
sourceimpl ExecutionProperty
impl ExecutionProperty
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExecutionProperty.
Trait Implementations
sourceimpl Clone for ExecutionProperty
impl Clone for ExecutionProperty
sourcefn clone(&self) -> ExecutionProperty
fn clone(&self) -> ExecutionProperty
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ExecutionProperty
impl Debug for ExecutionProperty
sourceimpl PartialEq<ExecutionProperty> for ExecutionProperty
impl PartialEq<ExecutionProperty> for ExecutionProperty
sourcefn eq(&self, other: &ExecutionProperty) -> bool
fn eq(&self, other: &ExecutionProperty) -> bool
impl StructuralPartialEq for ExecutionProperty
Auto Trait Implementations
impl RefUnwindSafe for ExecutionProperty
impl Send for ExecutionProperty
impl Sync for ExecutionProperty
impl Unpin for ExecutionProperty
impl UnwindSafe for ExecutionProperty
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