class Aws::IoTThingsGraph::Types::SearchThingsRequest
@note When making an API call, you may pass SearchThingsRequest
data as a hash: { entity_id: "Urn", # required next_token: "NextToken", max_results: 1, namespace_version: 1, }
@!attribute [rw] entity_id
The ID of the entity to which the things are associated. The IDs should be in the following format. `urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME` @return [String]
@!attribute [rw] next_token
The string that specifies the next page of results. Use this when you're paginating results. @return [String]
@!attribute [rw] max_results
The maximum number of results to return in the response. @return [Integer]
@!attribute [rw] namespace_version
The version of the user's namespace. Defaults to the latest version of the user's namespace. @return [Integer]
Constants
- SENSITIVE