class Aws::Amplify::Types::GetBackendEnvironmentRequest

The request structure for the get backend environment request.

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

data as a hash:

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

@!attribute [rw] app_id

The unique id for an Amplify app.
@return [String]

@!attribute [rw] environment_name

The name for the backend environment.
@return [String]

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

Constants

SENSITIVE