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

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

#max_resultInteger

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

Returns:

  • (Integer)


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

class ListTestGridSessionArtifactsRequest < Struct.new(
  :session_arn,
  :type,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


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

class ListTestGridSessionArtifactsRequest < Struct.new(
  :session_arn,
  :type,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#session_arnString

The ARN of a TestGridSession.

Returns:

  • (String)


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

class ListTestGridSessionArtifactsRequest < Struct.new(
  :session_arn,
  :type,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Limit results to a specified type of artifact.

Returns:

  • (String)


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

class ListTestGridSessionArtifactsRequest < Struct.new(
  :session_arn,
  :type,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end