Class: Aws::DeviceFarm::Types::GetRunResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#runTypes::Run

The run to get results from.

Returns:



2066
2067
2068
2069
2070
# File 'lib/aws-sdk-devicefarm/types.rb', line 2066

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