SetVariableAction
public struct SetVariableAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The new value of the variable.
Declaration
Swift
public let value: String
-
The name of the variable.
Declaration
Swift
public let variableName: String
-
Undocumented
Declaration
Swift
public init(value: String, variableName: String)
-
Declaration
Swift
public func validate(name: String) throws