Class: Aws::IoTDeviceAdvisor::Types::ListSuiteDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::ListSuiteDefinitionsResponse
- 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 used to get the next set of results.
-
#suite_definition_information_list ⇒ Array<Types::SuiteDefinitionInformation>
An array of objects that provide summaries of information about the suite definitions in the list.
Instance Attribute Details
#next_token ⇒ String
A token used to get the next set of results.
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_list ⇒ Array<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 |