Struct aws_sdk_amplifybackend::output::GetBackendOutput
source · [−]#[non_exhaustive]pub struct GetBackendOutput { /* private fields */ }
Implementations
sourceimpl GetBackendOutput
impl GetBackendOutput
sourcepub fn amplify_feature_flags(&self) -> Option<&str>
pub fn amplify_feature_flags(&self) -> Option<&str>
A stringified version of the cli.json file for your Amplify project.
sourcepub fn amplify_meta_config(&self) -> Option<&str>
pub fn amplify_meta_config(&self) -> Option<&str>
A stringified version of the current configs for your Amplify project.
sourcepub fn backend_environment_list(&self) -> Option<&[String]>
pub fn backend_environment_list(&self) -> Option<&[String]>
A list of backend environments in an array.
sourcepub fn backend_environment_name(&self) -> Option<&str>
pub fn backend_environment_name(&self) -> Option<&str>
The name of the backend environment.
sourceimpl GetBackendOutput
impl GetBackendOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBackendOutput
.
Trait Implementations
sourceimpl Clone for GetBackendOutput
impl Clone for GetBackendOutput
sourcefn clone(&self) -> GetBackendOutput
fn clone(&self) -> GetBackendOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetBackendOutput
impl Debug for GetBackendOutput
sourceimpl PartialEq<GetBackendOutput> for GetBackendOutput
impl PartialEq<GetBackendOutput> for GetBackendOutput
sourcefn eq(&self, other: &GetBackendOutput) -> bool
fn eq(&self, other: &GetBackendOutput) -> bool
impl StructuralPartialEq for GetBackendOutput
Auto Trait Implementations
impl RefUnwindSafe for GetBackendOutput
impl Send for GetBackendOutput
impl Sync for GetBackendOutput
impl Unpin for GetBackendOutput
impl UnwindSafe for GetBackendOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more