class Aws::Amplify::Types::GetJobRequest

The request structure for the get job request.

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

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 branch name 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/GetJobRequest AWS API Documentation

Constants

SENSITIVE