#[non_exhaustive]pub struct CreateBackendEnvironmentOutput { /* private fields */ }Expand description
The result structure for the create backend environment request.
Implementations§
source§impl CreateBackendEnvironmentOutput
impl CreateBackendEnvironmentOutput
sourcepub fn backend_environment(&self) -> Option<&BackendEnvironment>
pub fn backend_environment(&self) -> Option<&BackendEnvironment>
Describes the backend environment for an Amplify app.
source§impl CreateBackendEnvironmentOutput
impl CreateBackendEnvironmentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBackendEnvironmentOutput.
Trait Implementations§
source§impl Clone for CreateBackendEnvironmentOutput
impl Clone for CreateBackendEnvironmentOutput
source§fn clone(&self) -> CreateBackendEnvironmentOutput
fn clone(&self) -> CreateBackendEnvironmentOutput
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