ListNotebookExecutionsOutput
public struct ListNotebookExecutionsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A pagination token that a subsequent ListNotebookExecutions can use to determine the next set of results to retrieve.
Declaration
Swift
public let marker: String?
-
A list of notebook executions.
Declaration
Swift
public let notebookExecutions: [NotebookExecutionSummary]?
-
Undocumented
Declaration
Swift
public init(marker: String? = nil, notebookExecutions: [NotebookExecutionSummary]? = nil)