#[non_exhaustive]pub struct GetBackendAuthOutput { /* private fields */ }
Implementations§
source§impl GetBackendAuthOutput
impl GetBackendAuthOutput
sourcepub fn backend_environment_name(&self) -> Option<&str>
pub fn backend_environment_name(&self) -> Option<&str>
The name of the backend environment.
sourcepub fn resource_config(&self) -> Option<&CreateBackendAuthResourceConfig>
pub fn resource_config(&self) -> Option<&CreateBackendAuthResourceConfig>
The resource configuration for authorization requests to the backend of your Amplify project.
sourcepub fn resource_name(&self) -> Option<&str>
pub fn resource_name(&self) -> Option<&str>
The name of this resource.
source§impl GetBackendAuthOutput
impl GetBackendAuthOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBackendAuthOutput
.
Trait Implementations§
source§impl Clone for GetBackendAuthOutput
impl Clone for GetBackendAuthOutput
source§fn clone(&self) -> GetBackendAuthOutput
fn clone(&self) -> GetBackendAuthOutput
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 GetBackendAuthOutput
impl Debug for GetBackendAuthOutput
source§impl PartialEq<GetBackendAuthOutput> for GetBackendAuthOutput
impl PartialEq<GetBackendAuthOutput> for GetBackendAuthOutput
source§fn eq(&self, other: &GetBackendAuthOutput) -> bool
fn eq(&self, other: &GetBackendAuthOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.