Class: Aws::Types::DevicePoolCompatibilityResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compatibleBoolean

Returns the value of attribute compatible.

Returns:

  • (Boolean)


338
339
340
# File 'sig/types.rbs', line 338

def compatible
  @compatible
end

#deviceTypes::Device

Returns the value of attribute device.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def device
  @device
end

#incompatibility_messages::Array[Types::IncompatibilityMessage]

Returns the value of attribute incompatibility_messages.

Returns:



339
340
341
# File 'sig/types.rbs', line 339

def incompatibility_messages
  @incompatibility_messages
end