AssetPropertyValue
public struct AssetPropertyValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The quality of the asset property value.
Declaration
Swift
public let quality: Quality?
-
The timestamp of the asset property value.
Declaration
Swift
public let timestamp: TimeInNanos
-
The value of the asset property (see Variant).
Declaration
Swift
public let value: Variant
-
Undocumented
Declaration
Swift
public init(quality: Quality? = nil, timestamp: TimeInNanos, value: Variant)
-
Declaration
Swift
public func validate(name: String) throws