Class: Aws::IoTDeviceAdvisor::Types::StopSuiteRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotdeviceadvisor/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#suite_definition_idString

Suite definition ID of the test suite run to be stopped.

Returns:

  • (String)


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_idString

Suite run ID of the test suite run to be stopped.

Returns:

  • (String)


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