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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/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:



2047
2048
2049
2050
2051
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2047

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