class Aws::DeviceFarm::Types::ListArtifactsRequest

Represents a request to the list artifacts operation.

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

data as a hash:

    {
      arn: "AmazonResourceName", # required
      type: "SCREENSHOT", # required, accepts SCREENSHOT, FILE, LOG
      next_token: "PaginationToken",
    }

@!attribute [rw] arn

The run, job, suite, or test ARN.
@return [String]

@!attribute [rw] type

The artifacts' type.

Allowed values include:

* FILE

* LOG

* SCREENSHOT
@return [String]

@!attribute [rw] next_token

An identifier that was returned from the previous call to this
operation, which can be used to return the next set of items in the
list.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListArtifactsRequest AWS API Documentation

Constants

SENSITIVE