Class: Aws::Types::Suite

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)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def arn
  @arn
end

#countersTypes::Counters

Returns the value of attribute counters.

Returns:



1275
1276
1277
# File 'sig/types.rbs', line 1275

def counters
  @counters
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def created
  @created
end

#device_minutesTypes::DeviceMinutes

Returns the value of attribute device_minutes.



1277
1278
1279
# File 'sig/types.rbs', line 1277

def device_minutes
  @device_minutes
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def name
  @name
end

#result"PENDING", ...

Returns the value of attribute result.

Returns:

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


1272
1273
1274
# File 'sig/types.rbs', line 1272

def result
  @result
end

#started::Time

Returns the value of attribute started.

Returns:

  • (::Time)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def started
  @started
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1271
1272
1273
# File 'sig/types.rbs', line 1271

def status
  @status
end

#stopped::Time

Returns the value of attribute stopped.

Returns:

  • (::Time)


1274
1275
1276
# File 'sig/types.rbs', line 1274

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")


1269
1270
1271
# File 'sig/types.rbs', line 1269

def type
  @type
end