Class: Aws::IoTThingsGraph::Types::GetEntitiesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idsArray<String>

An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

Returns:

  • (Array<String>)


582
583
584
585
586
587
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 582

class GetEntitiesRequest < Struct.new(
  :ids,
  :namespace_version)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_versionInteger

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

Returns:

  • (Integer)


582
583
584
585
586
587
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 582

class GetEntitiesRequest < Struct.new(
  :ids,
  :namespace_version)
  SENSITIVE = []
  include Aws::Structure
end