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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

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)


7606
7607
7608
7609
7610
# File 'lib/aws-sdk-sagemaker/types.rb', line 7606

class ListNotebookInstancesOutput < Struct.new(
  :next_token,
  :notebook_instances)
  include Aws::Structure
end

#notebook_instancesArray<Types::NotebookInstanceSummary>

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

Returns:



7606
7607
7608
7609
7610
# File 'lib/aws-sdk-sagemaker/types.rb', line 7606

class ListNotebookInstancesOutput < Struct.new(
  :next_token,
  :notebook_instances)
  include Aws::Structure
end