class Aws::DeviceFarm::Types::ListTestGridSessionArtifactsRequest

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

data as a hash:

    {
      session_arn: "DeviceFarmArn", # required
      type: "VIDEO", # accepts VIDEO, LOG
      max_result: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] session_arn

The ARN of a TestGridSession.
@return [String]

@!attribute [rw] type

Limit results to a specified type of artifact.
@return [String]

@!attribute [rw] max_result

The maximum number of results to be returned by a request.
@return [Integer]

@!attribute [rw] next_token

Pagination token.
@return [String]

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

Constants

SENSITIVE