Class: Aws::DeviceFarm::Types::StopRunRequest

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

Overview

Represents the request to stop a specific run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Represents the Amazon Resource Name (ARN) of the Device Farm run to stop.

Returns:

  • (String)


5386
5387
5388
5389
5390
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5386

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