Struct aws_sdk_batch::model::SchedulingPolicyDetail [−][src]
#[non_exhaustive]pub struct SchedulingPolicyDetail {
pub name: Option<String>,
pub arn: Option<String>,
pub fairshare_policy: Option<FairsharePolicy>,
pub tags: Option<HashMap<String, String>>,
}
Expand description
An object representing a scheduling policy.
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.name: Option<String>
The name of the scheduling policy.
arn: Option<String>
Amazon Resource Name (ARN) of the scheduling policy. An example would be
arn:aws:batch:us-east-1:123456789012:scheduling-policy/HighPriority
The fair share policy for the scheduling policy.
The tags that you apply to the scheduling policy to help you categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services Resources in Amazon Web Services General Reference.
Implementations
Amazon Resource Name (ARN) of the scheduling policy. An example would be
arn:aws:batch:us-east-1:123456789012:scheduling-policy/HighPriority
The fair share policy for the scheduling policy.
The tags that you apply to the scheduling policy to help you categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services Resources in Amazon Web Services General Reference.
Creates a new builder-style object to manufacture SchedulingPolicyDetail
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 SchedulingPolicyDetail
impl Send for SchedulingPolicyDetail
impl Sync for SchedulingPolicyDetail
impl Unpin for SchedulingPolicyDetail
impl UnwindSafe for SchedulingPolicyDetail
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