class Aws::Amplify::Types::ListArtifactsRequest

Describes the request structure for the list artifacts request.

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

data as a hash:

    {
      app_id: "AppId", # required
      branch_name: "BranchName", # required
      job_id: "JobId", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] app_id

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

@!attribute [rw] branch_name

The name of a branch that is part of an Amplify app.
@return [String]

@!attribute [rw] job_id

The unique ID for a job.
@return [String]

@!attribute [rw] next_token

A pagination token. Set to null to start listing artifacts from
start. If a non-null pagination token is returned in a result, pass
its value in here to list more artifacts.
@return [String]

@!attribute [rw] max_results

The maximum number of records to list in a single response.
@return [Integer]

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

Constants

SENSITIVE