Struct aws_sdk_ec2::output::StopInstancesOutput
source · #[non_exhaustive]pub struct StopInstancesOutput { /* private fields */ }
Implementations§
source§impl StopInstancesOutput
impl StopInstancesOutput
sourcepub fn stopping_instances(&self) -> Option<&[InstanceStateChange]>
pub fn stopping_instances(&self) -> Option<&[InstanceStateChange]>
Information about the stopped instances.
source§impl StopInstancesOutput
impl StopInstancesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopInstancesOutput
.
Trait Implementations§
source§impl Clone for StopInstancesOutput
impl Clone for StopInstancesOutput
source§fn clone(&self) -> StopInstancesOutput
fn clone(&self) -> StopInstancesOutput
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 StopInstancesOutput
impl Debug for StopInstancesOutput
source§impl PartialEq<StopInstancesOutput> for StopInstancesOutput
impl PartialEq<StopInstancesOutput> for StopInstancesOutput
source§fn eq(&self, other: &StopInstancesOutput) -> bool
fn eq(&self, other: &StopInstancesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.