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:



2099
2100
2101
2102
2103
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2099

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