Class: Aws::Types::ListNotebookSessionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListNotebookSessionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#notebook_sessions_list ⇒ ::Array[Types::NotebookSessionSummary]
Returns the value of attribute notebook_sessions_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
775 776 777 |
# File 'sig/types.rbs', line 775 def next_token @next_token end |
#notebook_sessions_list ⇒ ::Array[Types::NotebookSessionSummary]
Returns the value of attribute notebook_sessions_list.
774 775 776 |
# File 'sig/types.rbs', line 774 def notebook_sessions_list @notebook_sessions_list end |