Struct aws_sdk_glue::model::ExecutionProperty
source ·
[−]#[non_exhaustive]pub struct ExecutionProperty {
pub max_concurrent_runs: i32,
}
Expand description
An execution property 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.max_concurrent_runs: 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.
Implementations
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.
Creates a new builder-style object to manufacture ExecutionProperty
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 ExecutionProperty
impl Send for ExecutionProperty
impl Sync for ExecutionProperty
impl Unpin for ExecutionProperty
impl UnwindSafe for ExecutionProperty
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