Class: Aws::DeviceFarm::Types::StopRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::StopRunRequest
- Includes:
- Structure
- Defined in:
- 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.
5285 5286 5287 5288 5289 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5285 class StopRunRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |