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)


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

def compatible
  @compatible
end

#deviceTypes::Device

Returns the value of attribute device.

Returns:



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

def device
  @device
end

#incompatibility_messages::Array[Types::IncompatibilityMessage]

Returns the value of attribute incompatibility_messages.

Returns:



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

def incompatibility_messages
  @incompatibility_messages
end