Class: Aws::Types::ScheduleRunTest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns the value of attribute filter.

Returns:

  • (::String)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def filter
  @filter
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


1227
1228
1229
# File 'sig/types.rbs', line 1227

def parameters
  @parameters
end

#test_package_arn::String

Returns the value of attribute test_package_arn.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def test_package_arn
  @test_package_arn
end

#test_spec_arn::String

Returns the value of attribute test_spec_arn.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def test_spec_arn
  @test_spec_arn
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")


1223
1224
1225
# File 'sig/types.rbs', line 1223

def type
  @type
end