Class: Aws::DeviceFarm::Types::StopJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::StopJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Represents the Amazon Resource Name (ARN) of the Device Farm job to stop.
Instance Attribute Details
#arn ⇒ String
Represents the Amazon Resource Name (ARN) of the Device Farm job to stop.
5228 5229 5230 5231 5232 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5228 class StopJobRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |