class Aws::IoTThingsGraph::Types::GetEntitiesRequest

@note When making an API call, you may pass GetEntitiesRequest

data as a hash:

    {
      ids: ["Urn"], # required
      namespace_version: 1,
    }

@!attribute [rw] ids

An array of entity IDs.

The IDs should be in the following format.

`urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME`
@return [Array<String>]

@!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