#[non_exhaustive]pub struct DescribeSchedulingPoliciesOutput { /* private fields */ }
Implementations§
source§impl DescribeSchedulingPoliciesOutput
impl DescribeSchedulingPoliciesOutput
sourcepub fn scheduling_policies(&self) -> Option<&[SchedulingPolicyDetail]>
pub fn scheduling_policies(&self) -> Option<&[SchedulingPolicyDetail]>
The list of scheduling policies.
source§impl DescribeSchedulingPoliciesOutput
impl DescribeSchedulingPoliciesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSchedulingPoliciesOutput
.
Trait Implementations§
source§impl Clone for DescribeSchedulingPoliciesOutput
impl Clone for DescribeSchedulingPoliciesOutput
source§fn clone(&self) -> DescribeSchedulingPoliciesOutput
fn clone(&self) -> DescribeSchedulingPoliciesOutput
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<DescribeSchedulingPoliciesOutput> for DescribeSchedulingPoliciesOutput
impl PartialEq<DescribeSchedulingPoliciesOutput> for DescribeSchedulingPoliciesOutput
source§fn eq(&self, other: &DescribeSchedulingPoliciesOutput) -> bool
fn eq(&self, other: &DescribeSchedulingPoliciesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.