Struct aws_sdk_proton::output::CreateEnvironmentOutput
source · #[non_exhaustive]pub struct CreateEnvironmentOutput { /* private fields */ }
Implementations§
source§impl CreateEnvironmentOutput
impl CreateEnvironmentOutput
sourcepub fn environment(&self) -> Option<&Environment>
pub fn environment(&self) -> Option<&Environment>
The environment detail data that's returned by Proton.
source§impl CreateEnvironmentOutput
impl CreateEnvironmentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEnvironmentOutput
.
Trait Implementations§
source§impl Clone for CreateEnvironmentOutput
impl Clone for CreateEnvironmentOutput
source§fn clone(&self) -> CreateEnvironmentOutput
fn clone(&self) -> CreateEnvironmentOutput
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 CreateEnvironmentOutput
impl Debug for CreateEnvironmentOutput
source§impl PartialEq<CreateEnvironmentOutput> for CreateEnvironmentOutput
impl PartialEq<CreateEnvironmentOutput> for CreateEnvironmentOutput
source§fn eq(&self, other: &CreateEnvironmentOutput) -> bool
fn eq(&self, other: &CreateEnvironmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.