Class: Aws::IoTThingsGraph::Types::GetEntitiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetEntitiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
An array of entity IDs.
-
#namespace_version ⇒ Integer
The version of the user’s namespace.
Instance Attribute Details
#ids ⇒ Array<String>
An array of entity IDs.
The IDs should be in the following format.
‘urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME`
582 583 584 585 586 587 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 582 class GetEntitiesRequest < Struct.new( :ids, :namespace_version) SENSITIVE = [] include Aws::Structure end |
#namespace_version ⇒ Integer
The version of the user’s namespace. Defaults to the latest version of the user’s namespace.
582 583 584 585 586 587 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 582 class GetEntitiesRequest < Struct.new( :ids, :namespace_version) SENSITIVE = [] include Aws::Structure end |