AnalysisSourceTemplate
public struct AnalysisSourceTemplate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the source template of an analysis.
Declaration
Swift
public let arn: String
-
The dataset references of the source template of an analysis.
Declaration
Swift
public let dataSetReferences: [DataSetReference]
-
Undocumented
Declaration
Swift
public init(arn: String, dataSetReferences: [DataSetReference])
-
Declaration
Swift
public func validate(name: String) throws