AssetPropertyVariant
public struct AssetPropertyVariant : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The asset property value is a Boolean value that must be TRUE or FALSE. You can also specify an expression. If you use an expression, the evaluated result should be a Boolean value.
Declaration
Swift
public let booleanValue: String?
-
The asset property value is a double. You can also specify an expression. If you use an expression, the evaluated result should be a double.
Declaration
Swift
public let doubleValue: String?
-
The asset property value is an integer. You can also specify an expression. If you use an expression, the evaluated result should be an integer.
Declaration
Swift
public let integerValue: String?
-
The asset property value is a string. You can also specify an expression. If you use an expression, the evaluated result should be a string.
Declaration
Swift
public let stringValue: String?
-
Undocumented
Declaration
Swift
public init(booleanValue: String? = nil, doubleValue: String? = nil, integerValue: String? = nil, stringValue: String? = nil)