AssetModelSummary
public struct AssetModelSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the asset model, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
Declaration
Swift
public let arn: String
-
The date the asset model was created, in Unix epoch time.
Declaration
Swift
public let creationDate: TimeStamp
-
The asset model description.
Declaration
Swift
public let description: String
-
The ID of the asset model (used with AWS IoT SiteWise APIs).
Declaration
Swift
public let id: String
-
The date the asset model was last updated, in Unix epoch time.
Declaration
Swift
public let lastUpdateDate: TimeStamp
-
The name of the asset model.
Declaration
Swift
public let name: String
-
The current status of the asset model.
Declaration
Swift
public let status: AssetModelStatus
-
Undocumented
Declaration
Swift
public init(arn: String, creationDate: TimeStamp, description: String, id: String, lastUpdateDate: TimeStamp, name: String, status: AssetModelStatus)