Class: Aws::Types::GetDevicePoolCompatibilityResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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