Class: Aws::Types::GetDevicePoolCompatibilityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def app_arn
  @app_arn
end

#configurationTypes::ScheduleRunConfiguration

Returns the value of attribute configuration.



400
401
402
# File 'sig/types.rbs', line 400

def configuration
  @configuration
end

#device_pool_arn::String

Returns the value of attribute device_pool_arn.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def device_pool_arn
  @device_pool_arn
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def project_arn
  @project_arn
end

#testTypes::ScheduleRunTest

Returns the value of attribute test.



399
400
401
# File 'sig/types.rbs', line 399

def test
  @test
end

#test_type"BUILTIN_FUZZ", ...

Returns the value of attribute test_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")


398
399
400
# File 'sig/types.rbs', line 398

def test_type
  @test_type
end