Class: Aws::IoTThingsGraph::Types::SearchSystemInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::SearchSystemInstancesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The string to specify as ‘nextToken` when you request the next page of results.
-
#summaries ⇒ Array<Types::SystemInstanceSummary>
An array of objects that contain summary data abour the system instances in the result set.
Instance Attribute Details
#next_token ⇒ String
The string to specify as ‘nextToken` when you request the next page of results.
1182 1183 1184 1185 1186 1187 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1182 class SearchSystemInstancesResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::SystemInstanceSummary>
An array of objects that contain summary data abour the system instances in the result set.
1182 1183 1184 1185 1186 1187 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1182 class SearchSystemInstancesResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |