Class: Aws::IoTDeviceAdvisor::Types::StopSuiteRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::StopSuiteRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdeviceadvisor/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#suite_definition_id ⇒ String
Suite definition ID of the test suite run to be stopped.
-
#suite_run_id ⇒ String
Suite run ID of the test suite run to be stopped.
Instance Attribute Details
#suite_definition_id ⇒ String
Suite definition ID of the test suite run to be stopped.
507 508 509 510 511 512 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 507 class StopSuiteRunRequest < Struct.new( :suite_definition_id, :suite_run_id) SENSITIVE = [] include Aws::Structure end |
#suite_run_id ⇒ String
Suite run ID of the test suite run to be stopped.
507 508 509 510 511 512 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 507 class StopSuiteRunRequest < Struct.new( :suite_definition_id, :suite_run_id) SENSITIVE = [] include Aws::Structure end |