You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::ListTestGridSessionArtifactsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTestGridSessionArtifactsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultInteger

The maximum number of results to be returned by a request.

Returns:

  • (Integer)

    The maximum number of results to be returned by a request.

#next_tokenString

Pagination token.

Returns:

  • (String)

    Pagination token.

#session_arnString

The ARN of a TestGridSession.

Returns:

#typeString

Limit results to a specified type of artifact.

Possible values:

  • VIDEO
  • LOG

Returns:

  • (String)

    Limit results to a specified type of artifact.