AssetModelProperty
public struct AssetModelProperty : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The data type of the asset model property.
Declaration
Swift
public let dataType: PropertyDataType
-
The ID of the asset model property.
Declaration
Swift
public let id: String?
-
The name of the asset model property.
Declaration
Swift
public let name: String
-
The property type (see PropertyType).
Declaration
Swift
public let type: PropertyType
-
The unit of the asset model property, such as Newtons or RPM.
Declaration
Swift
public let unit: String?
-
Undocumented
Declaration
Swift
public init(dataType: PropertyDataType, id: String? = nil, name: String, type: PropertyType, unit: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws