Class: Aws::DeviceFarm::Types::ScheduleRunResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ScheduleRunResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of a schedule run request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run ⇒ Types::Run
Information about the scheduled run.
Instance Attribute Details
#run ⇒ Types::Run
Information about the scheduled run.
5077 5078 5079 5080 5081 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5077 class ScheduleRunResult < Struct.new( :run) SENSITIVE = [] include Aws::Structure end |