DescribeAssetPropertyResponse
public struct DescribeAssetPropertyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the asset.
Declaration
Swift
public let assetId: String
-
The ID of the asset model.
Declaration
Swift
public let assetModelId: String
-
The name of the asset.
Declaration
Swift
public let assetName: String
-
The asset property’s definition, alias, and notification state.
Declaration
Swift
public let assetProperty: Property
-
Undocumented
Declaration
Swift
public init(assetId: String, assetModelId: String, assetName: String, assetProperty: Property)