Class: Aws::IoTDeviceAdvisor::Types::ListSuiteDefinitionsResponse

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 used to get the next set of results.

Returns:

  • (String)


356
357
358
359
360
361
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 356

class ListSuiteDefinitionsResponse < Struct.new(
  :suite_definition_information_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#suite_definition_information_listArray<Types::SuiteDefinitionInformation>

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



356
357
358
359
360
361
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 356

class ListSuiteDefinitionsResponse < Struct.new(
  :suite_definition_information_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end