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.



407
408
409
# File 'sig/types.rbs', line 407

def compatible_devices
  @compatible_devices
end

#incompatible_devices::Array[Types::DevicePoolCompatibilityResult]

Returns the value of attribute incompatible_devices.



408
409
410
# File 'sig/types.rbs', line 408

def incompatible_devices
  @incompatible_devices
end