You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::ListNotebookInstancesOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)

    If the response to the previous ListNotebookInstances request was truncated, Amazon SageMaker returns this token.

#notebook_instancesArray<Types::NotebookInstanceSummary>

An array of NotebookInstanceSummary objects, one for each notebook instance.

Returns: