Class: Aws::DeviceFarm::Types::GetTestResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetTestResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of a get test request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test ⇒ Types::Test
A test condition that is evaluated.
Instance Attribute Details
#test ⇒ Types::Test
A test condition that is evaluated.
2182 2183 2184 2185 2186 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2182 class GetTestResult < Struct.new( :test) SENSITIVE = [] include Aws::Structure end |