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

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


5329
5330
5331
5332
5333
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5329

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