ListNotebookInstancesOutput

public struct ListNotebookInstancesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the response to the previous ListNotebookInstances request was truncated, Amazon SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.

    Declaration

    Swift

    public let nextToken: String?
  • An array of NotebookInstanceSummary objects, one for each notebook instance.

    Declaration

    Swift

    public let notebookInstances: [NotebookInstanceSummary]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, notebookInstances: [NotebookInstanceSummary]? = nil)