Class: Aws::DeviceFarm::Types::DevicePoolCompatibilityResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::DevicePoolCompatibilityResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents a device pool compatibility result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compatible ⇒ Boolean
Whether the result was compatible with the device pool.
-
#device ⇒ Types::Device
The device (phone or tablet) to return information about.
-
#incompatibility_messages ⇒ Array<Types::IncompatibilityMessage>
Information about the compatibility.
Instance Attribute Details
#compatible ⇒ Boolean
Whether the result was compatible with the device pool.
1492 1493 1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 1492 class DevicePoolCompatibilityResult < Struct.new( :device, :compatible, :incompatibility_messages) SENSITIVE = [] include Aws::Structure end |
#device ⇒ Types::Device
The device (phone or tablet) to return information about.
1492 1493 1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 1492 class DevicePoolCompatibilityResult < Struct.new( :device, :compatible, :incompatibility_messages) SENSITIVE = [] include Aws::Structure end |
#incompatibility_messages ⇒ Array<Types::IncompatibilityMessage>
Information about the compatibility.
1492 1493 1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 1492 class DevicePoolCompatibilityResult < Struct.new( :device, :compatible, :incompatibility_messages) SENSITIVE = [] include Aws::Structure end |