Class: Aws::IoTDeviceAdvisor::Types::ListSuiteRunsResponse

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

#next_tokenString

A token to retrieve the next set of results.

Returns:

  • (String)


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_listArray<Types::SuiteRunInformation>

An array of objects that provide summaries of information about the suite runs in the list.

Returns:



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