Class: Aws::IoTDeviceAdvisor::Types::ListSuiteRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::ListSuiteRunsResponse
- Defined in:
- gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to retrieve the next set of results.
-
#suite_runs_list ⇒ Array<Types::SuiteRunInformation>
An array of objects that provide summaries of information about the suite runs in the list.
Instance Attribute Details
#next_token ⇒ String
A token to retrieve the next set of results.
399 400 401 402 403 404 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 399 class ListSuiteRunsResponse < Struct.new( :suite_runs_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#suite_runs_list ⇒ Array<Types::SuiteRunInformation>
An array of objects that provide summaries of information about the suite runs in the list.
399 400 401 402 403 404 |
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 399 class ListSuiteRunsResponse < Struct.new( :suite_runs_list, :next_token) SENSITIVE = [] include Aws::Structure end |