Class: Aws::Types::ListNotebooksOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListNotebooksOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::NotebookSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::NotebookSummary]
Returns the value of attribute items.
4193 4194 4195 |
# File 'sig/types.rbs', line 4193 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4194 4195 4196 |
# File 'sig/types.rbs', line 4194 def next_token @next_token end |