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)


3440
3441
3442
3443
3444
3445
3446
3447
# File 'lib/aws-sdk-devicefarm/types.rb', line 3440

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

#next_tokenString

Pagination token.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
3447
# File 'lib/aws-sdk-devicefarm/types.rb', line 3440

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)


3440
3441
3442
3443
3444
3445
3446
3447
# File 'lib/aws-sdk-devicefarm/types.rb', line 3440

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)


3440
3441
3442
3443
3444
3445
3446
3447
# File 'lib/aws-sdk-devicefarm/types.rb', line 3440

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