Class: Aws::IoTThingsGraph::Types::SearchThingsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::SearchThingsResponse
 
 
- 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.
 - 
  
    
      #things  ⇒ Array<Types::Thing> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of things in the result set.
 
Instance Attribute Details
#next_token ⇒ String
The string to specify as ‘nextToken` when you request the next page of results.
      1268 1269 1270 1271 1272 1273  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1268 class SearchThingsResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#things ⇒ Array<Types::Thing>
An array of things in the result set.
      1268 1269 1270 1271 1272 1273  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1268 class SearchThingsResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end  |