MathActivity
public struct MathActivity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the attribute that contains the result of the math operation.
Declaration
Swift
public let attribute: String
-
An expression that uses one or more existing attributes and must return an integer value.
Declaration
Swift
public let math: String
-
The name of the ‘math’ activity.
Declaration
Swift
public let name: String
-
The next activity in the pipeline.
Declaration
Swift
public let next: String?
-
Undocumented
Declaration
Swift
public init(attribute: String, math: String, name: String, next: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws