DescribeAssetResponse
public struct DescribeAssetResponse : 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 date the asset was created, in Unix epoch time.
Declaration
Swift
public let assetCreationDate: TimeStamp
-
A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.
Declaration
Swift
public let assetHierarchies: [AssetHierarchy]
-
The ID of the asset.
Declaration
Swift
public let assetId: String
-
The date the asset was last updated, in Unix epoch time.
Declaration
Swift
public let assetLastUpdateDate: TimeStamp
-
The ID of the asset model that was used to create the asset.
Declaration
Swift
public let assetModelId: String
-
The name of the asset.
Declaration
Swift
public let assetName: String
-
The list of asset properties for the asset.
Declaration
Swift
public let assetProperties: [AssetProperty]
-
The current status of the asset, which contains a state and any error message.
Declaration
Swift
public let assetStatus: AssetStatus
-
init(assetArn:assetCreationDate:assetHierarchies:assetId:assetLastUpdateDate:assetModelId:assetName:assetProperties:assetStatus:)
Undocumented
Declaration
Swift
public init(assetArn: String, assetCreationDate: TimeStamp, assetHierarchies: [AssetHierarchy], assetId: String, assetLastUpdateDate: TimeStamp, assetModelId: String, assetName: String, assetProperties: [AssetProperty], assetStatus: AssetStatus)