Struct aws_sdk_amplifybackend::output::GetBackendOutput
source · #[non_exhaustive]pub struct GetBackendOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl GetBackendOutput
impl GetBackendOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBackendOutput
.
Trait Implementations§
source§impl Clone for GetBackendOutput
impl Clone for GetBackendOutput
source§fn clone(&self) -> GetBackendOutput
fn clone(&self) -> GetBackendOutput
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 moresource§impl Debug for GetBackendOutput
impl Debug for GetBackendOutput
source§impl PartialEq<GetBackendOutput> for GetBackendOutput
impl PartialEq<GetBackendOutput> for GetBackendOutput
source§fn eq(&self, other: &GetBackendOutput) -> bool
fn eq(&self, other: &GetBackendOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.