Variable
public struct Variable : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The value of the variable as a structure that specifies a data set content version.
Declaration
Swift
public let datasetContentVersionValue: DatasetContentVersionValue? -
The value of the variable as a double (numeric).
Declaration
Swift
public let doubleValue: Double? -
The name of the variable.
Declaration
Swift
public let name: String -
The value of the variable as a structure that specifies an output file URI.
Declaration
Swift
public let outputFileUriValue: OutputFileUriValue? -
The value of the variable as a string.
Declaration
Swift
public let stringValue: String? -
Undocumented
Declaration
Swift
public init(datasetContentVersionValue: DatasetContentVersionValue? = nil, doubleValue: Double? = nil, name: String, outputFileUriValue: OutputFileUriValue? = nil, stringValue: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
Variable Structure Reference