Struct aws_sdk_ec2::output::RunScheduledInstancesOutput
source · #[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() -> Builder
pub fn builder() -> Builder
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 ==
.