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