class Aws::Amplify::Types::StopJobRequest

The request structure for the stop job request.

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

data as a hash:

    {
      app_id: "AppId", # required
      branch_name: "BranchName", # required
      job_id: "JobId", # required
    }

@!attribute [rw] app_id

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

@!attribute [rw] branch_name

The name for the branch, for the job.
@return [String]

@!attribute [rw] job_id

The unique id for the job.
@return [String]

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

Constants

SENSITIVE