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:



3427
3428
3429
3430
3431
3432
# File 'lib/aws-sdk-devicefarm/types.rb', line 3427

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

#next_tokenString

Pagination token.

Returns:

  • (String)


3427
3428
3429
3430
3431
3432
# File 'lib/aws-sdk-devicefarm/types.rb', line 3427

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