Class: Aws::IoTDeviceAdvisor::Types::GetSuiteRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::GetSuiteRunRequest
- 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 for the test suite run.
-
#suite_run_id ⇒ String
Suite run ID for the test suite run.
Instance Attribute Details
#suite_definition_id ⇒ String
Suite definition ID for the test suite run.
241 242 243 244 245 246 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 241 class GetSuiteRunRequest < Struct.new( :suite_definition_id, :suite_run_id) SENSITIVE = [] include Aws::Structure end |
#suite_run_id ⇒ String
Suite run ID for the test suite run.
241 242 243 244 245 246 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 241 class GetSuiteRunRequest < Struct.new( :suite_definition_id, :suite_run_id) SENSITIVE = [] include Aws::Structure end |