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.
2208 2209 2210 2211 2212 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2208 class GetTestResult < Struct.new( :test) SENSITIVE = [] include Aws::Structure end |