Class: Aws::DeviceFarm::Types::GetRunResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetRunResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of a get run request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run ⇒ Types::Run
The run to get results from.
Instance Attribute Details
#run ⇒ Types::Run
The run to get results from.
2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2066 class GetRunResult < Struct.new( :run) SENSITIVE = [] include Aws::Structure end |