GetDatasetContentRequest
public struct GetDatasetContentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the data set whose contents are retrieved.
Declaration
Swift
public let datasetName: String
-
The version of the data set whose contents are retrieved. You can also use the strings “$LATEST” or “$LATEST_SUCCEEDED” to retrieve the contents of the latest or latest successfully completed data set. If not specified, “$LATEST_SUCCEEDED” is the default.
Declaration
Swift
public let versionId: String?
-
Undocumented
Declaration
Swift
public init(datasetName: String, versionId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws