Class: Aws::Types::DevicePoolCompatibilityResult
- Inherits:
-
Object
- Object
- Aws::Types::DevicePoolCompatibilityResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatible ⇒ Boolean
Returns the value of attribute compatible.
-
#device ⇒ Types::Device
Returns the value of attribute device.
-
#incompatibility_messages ⇒ ::Array[Types::IncompatibilityMessage]
Returns the value of attribute incompatibility_messages.
Instance Attribute Details
#compatible ⇒ Boolean
Returns the value of attribute compatible.
338 339 340 |
# File 'sig/types.rbs', line 338 def compatible @compatible end |
#device ⇒ Types::Device
Returns the value of attribute device.
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.
339 340 341 |
# File 'sig/types.rbs', line 339 def @incompatibility_messages end |