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.
8304 8305 8306 |
# File 'sig/types.rbs', line 8304 def next_token @next_token end |
#notebook_instances ⇒ ::Array[Types::NotebookInstanceSummary]
Returns the value of attribute notebook_instances.
8305 8306 8307 |
# File 'sig/types.rbs', line 8305 def notebook_instances @notebook_instances end |