Class: Aws::Types::GetDevicePoolCompatibilityResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDevicePoolCompatibilityResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatible_devices ⇒ ::Array[Types::DevicePoolCompatibilityResult]
Returns the value of attribute compatible_devices.
-
#incompatible_devices ⇒ ::Array[Types::DevicePoolCompatibilityResult]
Returns the value of attribute incompatible_devices.
Instance Attribute Details
#compatible_devices ⇒ ::Array[Types::DevicePoolCompatibilityResult]
Returns the value of attribute compatible_devices.
406 407 408 |
# File 'sig/types.rbs', line 406 def compatible_devices @compatible_devices end |
#incompatible_devices ⇒ ::Array[Types::DevicePoolCompatibilityResult]
Returns the value of attribute incompatible_devices.
407 408 409 |
# File 'sig/types.rbs', line 407 def incompatible_devices @incompatible_devices end |