Class: Aws::DeviceFarm::Types::ScheduleRunResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Represents the result of a schedule run request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#runTypes::Run

Information about the scheduled run.

Returns:



5141
5142
5143
5144
5145
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5141

class ScheduleRunResult < Struct.new(
  :run)
  SENSITIVE = []
  include Aws::Structure
end