Class: Aws::IoTThingsGraph::Types::SearchEntitiesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::SearchEntitiesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotthingsgraph/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #descriptions  ⇒ Array<Types::EntityDescription> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of descriptions for each entity returned in the search result.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The string to specify as ‘nextToken` when you request the next page of results.
 
Instance Attribute Details
#descriptions ⇒ Array<Types::EntityDescription>
An array of descriptions for each entity returned in the search result.
      1048 1049 1050 1051 1052 1053  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1048 class SearchEntitiesResponse < Struct.new( :descriptions, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The string to specify as ‘nextToken` when you request the next page of results.
      1048 1049 1050 1051 1052 1053  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1048 class SearchEntitiesResponse < Struct.new( :descriptions, :next_token) SENSITIVE = [] include Aws::Structure end  |