#[non_exhaustive]pub struct RunScheduledInstancesOutput { /* private fields */ }Expand description
Contains the output of RunScheduledInstances.
Implementations§
source§impl RunScheduledInstancesOutput
impl RunScheduledInstancesOutput
sourcepub fn instance_id_set(&self) -> Option<&[String]>
pub fn instance_id_set(&self) -> Option<&[String]>
The IDs of the newly launched instances.
source§impl RunScheduledInstancesOutput
impl RunScheduledInstancesOutput
sourcepub fn builder() -> RunScheduledInstancesOutputBuilder
pub fn builder() -> RunScheduledInstancesOutputBuilder
Creates a new builder-style object to manufacture RunScheduledInstancesOutput.
Trait Implementations§
source§impl Clone for RunScheduledInstancesOutput
impl Clone for RunScheduledInstancesOutput
source§fn clone(&self) -> RunScheduledInstancesOutput
fn clone(&self) -> RunScheduledInstancesOutput
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 Debug for RunScheduledInstancesOutput
impl Debug for RunScheduledInstancesOutput
source§impl PartialEq<RunScheduledInstancesOutput> for RunScheduledInstancesOutput
impl PartialEq<RunScheduledInstancesOutput> for RunScheduledInstancesOutput
source§fn eq(&self, other: &RunScheduledInstancesOutput) -> bool
fn eq(&self, other: &RunScheduledInstancesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for RunScheduledInstancesOutput
impl RequestId for RunScheduledInstancesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.