Class: Aws::Types::ListNotebookInstancesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListNotebookInstancesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#notebook_instances ⇒ ::Array[Types::NotebookInstanceSummary]
Returns the value of attribute notebook_instances.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8257 8258 8259 |
# File 'sig/types.rbs', line 8257 def next_token @next_token end |
#notebook_instances ⇒ ::Array[Types::NotebookInstanceSummary]
Returns the value of attribute notebook_instances.
8258 8259 8260 |
# File 'sig/types.rbs', line 8258 def notebook_instances @notebook_instances end |