Transform
public struct Transform : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The mathematical expression that defines the transformation function. You can specify up to 10 variables per expression. You can specify up to 10 functions per expression. For more information, see Quotas in the AWS IoT SiteWise User Guide.
Declaration
Swift
public let expression: String
-
The list of variables used in the expression.
Declaration
Swift
public let variables: [ExpressionVariable]
-
Undocumented
Declaration
Swift
public init(expression: String, variables: [ExpressionVariable])
-
Declaration
Swift
public func validate(name: String) throws