Struct aws_sdk_amplifybackend::output::get_backend_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetBackendOutput
Implementations
A stringified version of the cli.json file for your Amplify project.
A stringified version of the cli.json file for your Amplify project.
A stringified version of the current configs for your Amplify project.
A stringified version of the current configs for your Amplify project.
The app ID.
The name of the app.
Appends an item to backend_environment_list
.
To override the contents of this collection use set_backend_environment_list
.
A list of backend environments in an array.
A list of backend environments in an array.
The name of the backend environment.
The name of the backend environment.
If the request failed, this is the returned error.
If the request failed, this is the returned error.
Consumes the builder and constructs a GetBackendOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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