Class: Aws::DeviceFarm::Types::ListTestsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Represents the result of a list tests request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.

Returns:

  • (String)


3580
3581
3582
3583
3584
3585
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3580

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

#testsArray<Types::Test>

Information about the tests.

Returns:



3580
3581
3582
3583
3584
3585
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3580

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