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:



3447
3448
3449
3450
3451
3452
# File 'lib/aws-sdk-devicefarm/types.rb', line 3447

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

#next_tokenString

Pagination token.

Returns:

  • (String)


3447
3448
3449
3450
3451
3452
# File 'lib/aws-sdk-devicefarm/types.rb', line 3447

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