#[non_exhaustive]pub struct DeleteEnvironmentOutput { /* private fields */ }
Implementations§
source§impl DeleteEnvironmentOutput
impl DeleteEnvironmentOutput
sourcepub fn environment(&self) -> Option<&Environment>
pub fn environment(&self) -> Option<&Environment>
The detailed data of the environment being deleted.
source§impl DeleteEnvironmentOutput
impl DeleteEnvironmentOutput
sourcepub fn builder() -> DeleteEnvironmentOutputBuilder
pub fn builder() -> DeleteEnvironmentOutputBuilder
Creates a new builder-style object to manufacture DeleteEnvironmentOutput
.
Trait Implementations§
source§impl Clone for DeleteEnvironmentOutput
impl Clone for DeleteEnvironmentOutput
source§fn clone(&self) -> DeleteEnvironmentOutput
fn clone(&self) -> DeleteEnvironmentOutput
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 DeleteEnvironmentOutput
impl Debug for DeleteEnvironmentOutput
source§impl PartialEq<DeleteEnvironmentOutput> for DeleteEnvironmentOutput
impl PartialEq<DeleteEnvironmentOutput> for DeleteEnvironmentOutput
source§fn eq(&self, other: &DeleteEnvironmentOutput) -> bool
fn eq(&self, other: &DeleteEnvironmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteEnvironmentOutput
impl RequestId for DeleteEnvironmentOutput
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.