GetEntitiesRequest
public struct GetEntitiesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of entity IDs. The IDs should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
Declaration
Swift
public let ids: [String]
-
The version of the user’s namespace. Defaults to the latest version of the user’s namespace.
Declaration
Swift
public let namespaceVersion: Int64?
-
Undocumented
Declaration
Swift
public init(ids: [String], namespaceVersion: Int64? = nil)
-
Declaration
Swift
public func validate(name: String) throws