Class: Aws::IoTDeviceAdvisor::Types::ListSuiteRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::ListSuiteRunsRequest
- Defined in:
- gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at once.
-
#next_token ⇒ String
A token to retrieve the next set of results.
-
#suite_definition_id ⇒ String
Lists the test suite runs of the specified test suite based on suite definition ID.
-
#suite_definition_version ⇒ String
Must be passed along with
suiteDefinitionId
.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at once.
391 392 393 394 395 396 397 398 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 391 class ListSuiteRunsRequest < Struct.new( :suite_definition_id, :suite_definition_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next set of results.
391 392 393 394 395 396 397 398 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 391 class ListSuiteRunsRequest < Struct.new( :suite_definition_id, :suite_definition_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#suite_definition_id ⇒ String
Lists the test suite runs of the specified test suite based on suite definition ID.
391 392 393 394 395 396 397 398 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 391 class ListSuiteRunsRequest < Struct.new( :suite_definition_id, :suite_definition_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#suite_definition_version ⇒ String
Must be passed along with suiteDefinitionId
. Lists the test suite
runs of the specified test suite based on suite definition version.
391 392 393 394 395 396 397 398 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 391 class ListSuiteRunsRequest < Struct.new( :suite_definition_id, :suite_definition_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |