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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/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)


3453
3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3453

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

#next_tokenString

Pagination token.

Returns:

  • (String)


3453
3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3453

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)


3453
3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3453

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)


3453
3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3453

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