Class: Aws::DeviceFarm::Types::ListTestGridSessionArtifactsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devicefarm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifactsArray<Types::TestGridSessionArtifact>

A list of test grid session artifacts for a TestGridSession.

Returns:



3472
3473
3474
3475
3476
3477
# File 'lib/aws-sdk-devicefarm/types.rb', line 3472

class ListTestGridSessionArtifactsResult < Struct.new(
  :artifacts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


3472
3473
3474
3475
3476
3477
# File 'lib/aws-sdk-devicefarm/types.rb', line 3472

class ListTestGridSessionArtifactsResult < Struct.new(
  :artifacts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end