class Aws::DeviceFarm::Types::Suite

Represents a collection of one or more tests.

@!attribute [rw] arn

The suite's ARN.
@return [String]

@!attribute [rw] name

The suite's name.
@return [String]

@!attribute [rw] type

The suite's type.

Must be one of the following values:

* BUILTIN\_FUZZ

* BUILTIN\_EXPLORER

  <note markdown="1"> Only available for Android; an app explorer that traverses an
  Android app, interacting with it and capturing screenshots at the
  same time.

   </note>

* APPIUM\_JAVA\_JUNIT

* APPIUM\_JAVA\_TESTNG

* APPIUM\_PYTHON

* APPIUM\_NODE

* APPIUM\_RUBY

* APPIUM\_WEB\_JAVA\_JUNIT

* APPIUM\_WEB\_JAVA\_TESTNG

* APPIUM\_WEB\_PYTHON

* APPIUM\_WEB\_NODE

* APPIUM\_WEB\_RUBY

* CALABASH

* INSTRUMENTATION

* UIAUTOMATION

* UIAUTOMATOR

* XCTEST

* XCTEST\_UI
@return [String]

@!attribute [rw] created

When the suite was created.
@return [Time]

@!attribute [rw] status

The suite's status.

Allowed values include:

* PENDING

* PENDING\_CONCURRENCY

* PENDING\_DEVICE

* PROCESSING

* SCHEDULING

* PREPARING

* RUNNING

* COMPLETED

* STOPPING
@return [String]

@!attribute [rw] result

The suite's result.

Allowed values include:

* PENDING

* PASSED

* WARNED

* FAILED

* SKIPPED

* ERRORED

* STOPPED
@return [String]

@!attribute [rw] started

The suite's start time.
@return [Time]

@!attribute [rw] stopped

The suite's stop time.
@return [Time]

@!attribute [rw] counters

The suite's result counters.
@return [Types::Counters]

@!attribute [rw] message

A message about the suite's result.
@return [String]

@!attribute [rw] device_minutes

Represents the total (metered or unmetered) minutes used by the test
suite.
@return [Types::DeviceMinutes]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/Suite AWS API Documentation

Constants

SENSITIVE