CreateAssetResponse
public struct CreateAssetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the asset, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}
Declaration
Swift
public let assetArn: String
-
The ID of the asset. This ID uniquely identifies the asset within AWS IoT SiteWise and can be used with other AWS IoT SiteWise APIs.
Declaration
Swift
public let assetId: String
-
The status of the asset, which contains a state (CREATING after successfully calling this operation) and any error message.
Declaration
Swift
public let assetStatus: AssetStatus
-
Undocumented
Declaration
Swift
public init(assetArn: String, assetId: String, assetStatus: AssetStatus)