Struct aws_sdk_m2::output::UpdateEnvironmentOutput
source · #[non_exhaustive]pub struct UpdateEnvironmentOutput { /* private fields */ }Implementations§
source§impl UpdateEnvironmentOutput
impl UpdateEnvironmentOutput
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The unique identifier of the runtime environment that was updated.
source§impl UpdateEnvironmentOutput
impl UpdateEnvironmentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEnvironmentOutput.
Trait Implementations§
source§impl Clone for UpdateEnvironmentOutput
impl Clone for UpdateEnvironmentOutput
source§fn clone(&self) -> UpdateEnvironmentOutput
fn clone(&self) -> UpdateEnvironmentOutput
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