Struct aws_sdk_m2::output::CreateEnvironmentOutput
source · #[non_exhaustive]pub struct CreateEnvironmentOutput { /* private fields */ }Implementations§
source§impl CreateEnvironmentOutput
impl CreateEnvironmentOutput
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The identifier of this environment.
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 more