Class: Aws::Types::ListNotebookSessionsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



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.

Returns:



774
775
776
# File 'sig/types.rbs', line 774

def notebook_sessions_list
  @notebook_sessions_list
end