Class: Aws::DeviceFarm::Types::StopRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::StopRunRequest
- 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
-
#arn ⇒ String
Represents the Amazon Resource Name (ARN) of the Device Farm run to stop.
Instance Attribute Details
#arn ⇒ String
Represents the Amazon Resource Name (ARN) of the Device Farm run to stop.
5290 5291 5292 5293 5294 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5290 class StopRunRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |