#[non_exhaustive]pub struct DescribeSchedulingPoliciesInput { /* private fields */ }
Expand description
Contains the parameters for DescribeSchedulingPolicies
.
Implementations§
source§impl DescribeSchedulingPoliciesInput
impl DescribeSchedulingPoliciesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeSchedulingPolicies, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeSchedulingPolicies, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeSchedulingPolicies
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSchedulingPoliciesInput
.
Trait Implementations§
source§impl Clone for DescribeSchedulingPoliciesInput
impl Clone for DescribeSchedulingPoliciesInput
source§fn clone(&self) -> DescribeSchedulingPoliciesInput
fn clone(&self) -> DescribeSchedulingPoliciesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescribeSchedulingPoliciesInput> for DescribeSchedulingPoliciesInput
impl PartialEq<DescribeSchedulingPoliciesInput> for DescribeSchedulingPoliciesInput
source§fn eq(&self, other: &DescribeSchedulingPoliciesInput) -> bool
fn eq(&self, other: &DescribeSchedulingPoliciesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.