AssetPropertyValue
public struct AssetPropertyValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional. A string that describes the quality of the value. Accepts substitution templates. Must be GOOD, BAD, or UNCERTAIN.
Declaration
Swift
public let quality: String?
-
The asset property value timestamp.
Declaration
Swift
public let timestamp: AssetPropertyTimestamp
-
The value of the asset property.
Declaration
Swift
public let value: AssetPropertyVariant
-
Undocumented
Declaration
Swift
public init(quality: String? = nil, timestamp: AssetPropertyTimestamp, value: AssetPropertyVariant)
-
Declaration
Swift
public func validate(name: String) throws