Class: Aws::IoTDeviceAdvisor::Types::StartSuiteRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::StartSuiteRunRequest
- 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.
-
#suite_definition_version ⇒ String
Suite definition version of the test suite.
-
#suite_run_configuration ⇒ Types::SuiteRunConfiguration
Suite run configuration.
-
#tags ⇒ Hash<String,String>
The tags to be attached to the suite run.
Instance Attribute Details
#suite_definition_id ⇒ String
Suite definition ID of the test suite.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 465 class StartSuiteRunRequest < Struct.new( :suite_definition_id, :suite_definition_version, :suite_run_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#suite_definition_version ⇒ String
Suite definition version of the test suite.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 465 class StartSuiteRunRequest < Struct.new( :suite_definition_id, :suite_definition_version, :suite_run_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#suite_run_configuration ⇒ Types::SuiteRunConfiguration
Suite run configuration.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 465 class StartSuiteRunRequest < Struct.new( :suite_definition_id, :suite_definition_version, :suite_run_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to be attached to the suite run.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 465 class StartSuiteRunRequest < Struct.new( :suite_definition_id, :suite_definition_version, :suite_run_configuration, :tags) SENSITIVE = [] include Aws::Structure end |