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