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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the response to the previous ListNotebookInstances request was truncated, SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.

Returns:

  • (String)


28771
28772
28773
28774
28775
28776
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28771

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

#notebook_instancesArray<Types::NotebookInstanceSummary>

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

Returns:



28771
28772
28773
28774
28775
28776
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28771

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