AssociateAssetsRequest
public struct AssociateAssetsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the parent asset.
Declaration
Swift
public let assetId: String
-
The ID of the child asset to be associated.
Declaration
Swift
public let childAssetId: String
-
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.
Declaration
Swift
public let clientToken: String?
-
The ID of a hierarchy in the parent asset’s model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. For more information, see Asset hierarchies in the AWS IoT SiteWise User Guide.
Declaration
Swift
public let hierarchyId: String
-
Undocumented
Declaration
Swift
public init(assetId: String, childAssetId: String, clientToken: String? = AssociateAssetsRequest.idempotencyToken(), hierarchyId: String)
-
Declaration
Swift
public func validate(name: String) throws