Class: Aws::DeviceFarm::Types::StopJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


5228
5229
5230
5231
5232
# File 'lib/aws-sdk-devicefarm/types.rb', line 5228

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