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
- Struct
- Aws::SageMaker::Types::ListNotebookInstancesOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response to the previous
ListNotebookInstances
request was truncated, Amazon SageMaker returns this token. -
#notebook_instances ⇒ Array<Types::NotebookInstanceSummary>
An array of
NotebookInstanceSummary
objects, one for each notebook instance.
Instance Attribute Details
#next_token ⇒ String
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.
#notebook_instances ⇒ Array<Types::NotebookInstanceSummary>
An array of NotebookInstanceSummary
objects, one for each notebook
instance.