class Aws::Amplify::Types::DeleteBackendEnvironmentRequest

The request structure for the delete backend environment request.

@note When making an API call, you may pass DeleteBackendEnvironmentRequest

data as a hash:

    {
      app_id: "AppId", # required
      environment_name: "EnvironmentName", # required
    }

@!attribute [rw] app_id

The unique ID of an Amplify app.
@return [String]

@!attribute [rw] environment_name

The name of a backend environment of an Amplify app.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteBackendEnvironmentRequest AWS API Documentation

Constants

SENSITIVE