Struct aws_sdk_batch::input::CreateSchedulingPolicyInput
source · [−]#[non_exhaustive]pub struct CreateSchedulingPolicyInput {
pub name: Option<String>,
pub fairshare_policy: Option<FairsharePolicy>,
pub tags: Option<HashMap<String, String>>,
}
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. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
The fair share policy of 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.
These tags can be updated or removed using the TagResource and UntagResource API operations.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSchedulingPolicy, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSchedulingPolicy, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateSchedulingPolicy
>
Creates a new builder-style object to manufacture CreateSchedulingPolicyInput
The name of the scheduling policy. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
The fair share policy of 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.
These tags can be updated or removed using the TagResource and UntagResource API operations.
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 CreateSchedulingPolicyInput
impl Send for CreateSchedulingPolicyInput
impl Sync for CreateSchedulingPolicyInput
impl Unpin for CreateSchedulingPolicyInput
impl UnwindSafe for CreateSchedulingPolicyInput
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