You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Amplify::Types::DeleteBackendEnvironmentRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteBackendEnvironmentRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

The request structure for the delete backend environment request.

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID of an Amplify app.

Returns:

  • (String)

    The unique ID of an Amplify app.

#environment_nameString

The name of a backend environment of an Amplify app.

Returns:

  • (String)

    The name of a backend environment of an Amplify app.