Class: Aws::IoTThingsGraph::Types::SearchSystemInstancesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The string to specify as nextToken when you request the next page of results.

Returns:

  • (String)


1182
1183
1184
1185
1186
1187
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1182

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

#summariesArray<Types::SystemInstanceSummary>

An array of objects that contain summary data abour the system instances in the result set.

Returns:



1182
1183
1184
1185
1186
1187
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1182

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