AssociateEntityToThingRequest
public struct AssociateEntityToThingRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the device to be associated with the thing. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
Declaration
Swift
public let entityId: String -
The version of the user’s namespace. Defaults to the latest version of the user’s namespace.
Declaration
Swift
public let namespaceVersion: Int64? -
The name of the thing to which the entity is to be associated.
Declaration
Swift
public let thingName: String -
Undocumented
Declaration
Swift
public init(entityId: String, namespaceVersion: Int64? = nil, thingName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AssociateEntityToThingRequest Structure Reference