Class: Aws::SageMaker::Types::ListNotebookInstancesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListNotebookInstancesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response to the previous ‘ListNotebookInstances` request was truncated, 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, SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.
30259 30260 30261 30262 30263 30264 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30259 class ListNotebookInstancesOutput < Struct.new( :next_token, :notebook_instances) SENSITIVE = [] include Aws::Structure end |
#notebook_instances ⇒ Array<Types::NotebookInstanceSummary>
An array of ‘NotebookInstanceSummary` objects, one for each notebook instance.
30259 30260 30261 30262 30263 30264 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30259 class ListNotebookInstancesOutput < Struct.new( :next_token, :notebook_instances) SENSITIVE = [] include Aws::Structure end |