Struct aws_sdk_amplifybackend::input::CreateBackendInput
source · [−]#[non_exhaustive]pub struct CreateBackendInput {
pub app_id: Option<String>,
pub app_name: Option<String>,
pub backend_environment_name: Option<String>,
pub resource_config: Option<ResourceConfig>,
pub resource_name: Option<String>,
}
Expand description
The request body for CreateBackend.
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.app_id: Option<String>
The app ID.
app_name: Option<String>
The name of the app.
backend_environment_name: Option<String>
The name of the backend environment.
resource_config: Option<ResourceConfig>
The resource configuration for creating backend storage.
resource_name: Option<String>
The name of the resource.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBackend, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBackend, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateBackend
>
Creates a new builder-style object to manufacture CreateBackendInput
The name of the backend environment.
The resource configuration for creating backend storage.
The name of the resource.
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 CreateBackendInput
impl Send for CreateBackendInput
impl Sync for CreateBackendInput
impl Unpin for CreateBackendInput
impl UnwindSafe for CreateBackendInput
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