You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTThingsGraph::Types::SearchThingsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SearchThingsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  entity_id: "Urn", # required
  next_token: "NextToken",
  max_results: 1,
  namespace_version: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

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

Returns:

  • (String)

    The ID of the entity to which the things are associated.

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)

    The maximum number of results to return in the response.

#namespace_versionInteger

The version of the user\'s namespace. Defaults to the latest version of the user\'s namespace.

Returns:

  • (Integer)

    The version of the user\'s namespace.

#next_tokenString

The string that specifies the next page of results. Use this when you\'re paginating results.

Returns:

  • (String)

    The string that specifies the next page of results.