Class: Aws::DeviceFarm::Types::StopRunResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::StopRunResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the results of your stop run attempt.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run ⇒ Types::Run
The run that was stopped.
Instance Attribute Details
#run ⇒ Types::Run
The run that was stopped.
5299 5300 5301 5302 5303 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5299 class StopRunResult < Struct.new( :run) SENSITIVE = [] include Aws::Structure end |