Struct aws_sdk_batch::input::CreateSchedulingPolicyInput
source · #[non_exhaustive]pub struct CreateSchedulingPolicyInput { /* private fields */ }
Expand description
Contains the parameters for CreateSchedulingPolicy
.
Implementations§
source§impl CreateSchedulingPolicyInput
impl CreateSchedulingPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSchedulingPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSchedulingPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSchedulingPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSchedulingPolicyInput
.
source§impl CreateSchedulingPolicyInput
impl CreateSchedulingPolicyInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
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§
source§impl Clone for CreateSchedulingPolicyInput
impl Clone for CreateSchedulingPolicyInput
source§fn clone(&self) -> CreateSchedulingPolicyInput
fn clone(&self) -> CreateSchedulingPolicyInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateSchedulingPolicyInput
impl Debug for CreateSchedulingPolicyInput
source§impl PartialEq<CreateSchedulingPolicyInput> for CreateSchedulingPolicyInput
impl PartialEq<CreateSchedulingPolicyInput> for CreateSchedulingPolicyInput
source§fn eq(&self, other: &CreateSchedulingPolicyInput) -> bool
fn eq(&self, other: &CreateSchedulingPolicyInput) -> bool
self
and other
values to be equal, and is used
by ==
.