Class: Aws::Types::ListNotebookInstancesOutput

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:

  • (::String)


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.

Returns:



8258
8259
8260
# File 'sig/types.rbs', line 8258

def notebook_instances
  @notebook_instances
end