#[non_exhaustive]pub struct DescribeScheduledInstancesOutput { /* private fields */ }
Expand description
Contains the output of DescribeScheduledInstances.
Implementations§
source§impl DescribeScheduledInstancesOutput
impl DescribeScheduledInstancesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token required to retrieve the next set of results. This value is null
when there are no more results to return.
sourcepub fn scheduled_instance_set(&self) -> Option<&[ScheduledInstance]>
pub fn scheduled_instance_set(&self) -> Option<&[ScheduledInstance]>
Information about the Scheduled Instances.
source§impl DescribeScheduledInstancesOutput
impl DescribeScheduledInstancesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeScheduledInstancesOutput
.
Trait Implementations§
source§impl Clone for DescribeScheduledInstancesOutput
impl Clone for DescribeScheduledInstancesOutput
source§fn clone(&self) -> DescribeScheduledInstancesOutput
fn clone(&self) -> DescribeScheduledInstancesOutput
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<DescribeScheduledInstancesOutput> for DescribeScheduledInstancesOutput
impl PartialEq<DescribeScheduledInstancesOutput> for DescribeScheduledInstancesOutput
source§fn eq(&self, other: &DescribeScheduledInstancesOutput) -> bool
fn eq(&self, other: &DescribeScheduledInstancesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.