Class: Aws::Types::Test

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def arn
  @arn
end

#countersTypes::Counters

Returns the value of attribute counters.

Returns:



1317
1318
1319
# File 'sig/types.rbs', line 1317

def counters
  @counters
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def created
  @created
end

#device_minutesTypes::DeviceMinutes

Returns the value of attribute device_minutes.



1319
1320
1321
# File 'sig/types.rbs', line 1319

def device_minutes
  @device_minutes
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def name
  @name
end

#result"PENDING", ...

Returns the value of attribute result.

Returns:

  • ("PENDING", "PASSED", "WARNED", "FAILED", "SKIPPED", "ERRORED", "STOPPED")


1314
1315
1316
# File 'sig/types.rbs', line 1314

def result
  @result
end

#started::Time

Returns the value of attribute started.

Returns:

  • (::Time)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def started
  @started
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "PENDING_CONCURRENCY", "PENDING_DEVICE", "PROCESSING", "SCHEDULING", "PREPARING", "RUNNING", "COMPLETED", "STOPPING")


1313
1314
1315
# File 'sig/types.rbs', line 1313

def status
  @status
end

#stopped::Time

Returns the value of attribute stopped.

Returns:

  • (::Time)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def stopped
  @stopped
end

#type"BUILTIN_FUZZ", ...

Returns the value of attribute type.

Returns:

  • ("BUILTIN_FUZZ", "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", "INSTRUMENTATION", "XCTEST", "XCTEST_UI")


1311
1312
1313
# File 'sig/types.rbs', line 1311

def type
  @type
end