ExpressionVariable
public struct ExpressionVariable : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The friendly name of the variable to be used in the expression.
Declaration
Swift
public let name: String
-
The variable that identifies an asset property from which to use values.
Declaration
Swift
public let value: VariableValue
-
Undocumented
Declaration
Swift
public init(name: String, value: VariableValue)
-
Declaration
Swift
public func validate(name: String) throws