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)


3408
3409
3410
3411
3412
3413
3414
3415
# File 'lib/aws-sdk-devicefarm/types.rb', line 3408

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

#next_tokenString

Pagination token.

Returns:

  • (String)


3408
3409
3410
3411
3412
3413
3414
3415
# File 'lib/aws-sdk-devicefarm/types.rb', line 3408

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)


3408
3409
3410
3411
3412
3413
3414
3415
# File 'lib/aws-sdk-devicefarm/types.rb', line 3408

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)


3408
3409
3410
3411
3412
3413
3414
3415
# File 'lib/aws-sdk-devicefarm/types.rb', line 3408

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