Class: Aws::Types::GetDevicePoolCompatibilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDevicePoolCompatibilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#configuration ⇒ Types::ScheduleRunConfiguration
Returns the value of attribute configuration.
-
#device_pool_arn ⇒ ::String
Returns the value of attribute device_pool_arn.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#test ⇒ Types::ScheduleRunTest
Returns the value of attribute test.
-
#test_type ⇒ "BUILTIN_FUZZ", ...
Returns the value of attribute test_type.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
397 398 399 |
# File 'sig/types.rbs', line 397 def app_arn @app_arn end |
#configuration ⇒ Types::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.
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.
401 402 403 |
# File 'sig/types.rbs', line 401 def project_arn @project_arn end |
#test ⇒ Types::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.
398 399 400 |
# File 'sig/types.rbs', line 398 def test_type @test_type end |