Struct aws_sdk_amplifybackend::output::GetBackendOutput
source · [−]#[non_exhaustive]pub struct GetBackendOutput {
pub amplify_feature_flags: Option<String>,
pub amplify_meta_config: Option<String>,
pub app_id: Option<String>,
pub app_name: Option<String>,
pub backend_environment_list: Option<Vec<String>>,
pub backend_environment_name: Option<String>,
pub error: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.amplify_feature_flags: Option<String>
A stringified version of the cli.json file for your Amplify project.
amplify_meta_config: Option<String>
A stringified version of the current configs for your Amplify project.
app_id: Option<String>
The app ID.
app_name: Option<String>
The name of the app.
backend_environment_list: Option<Vec<String>>
A list of backend environments in an array.
backend_environment_name: Option<String>
The name of the backend environment.
error: Option<String>
If the request failed, this is the returned error.
Implementations
A stringified version of the cli.json file for your Amplify project.
A stringified version of the current configs for your Amplify project.
A list of backend environments in an array.
The name of the backend environment.
Creates a new builder-style object to manufacture GetBackendOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more