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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdeviceadvisor/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)


497
498
499
500
501
502
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 497

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)


497
498
499
500
501
502
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 497

class StopSuiteRunRequest < Struct.new(
  :suite_definition_id,
  :suite_run_id)
  SENSITIVE = []
  include Aws::Structure
end