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)


8242
8243
8244
# File 'sig/types.rbs', line 8242

def next_token
  @next_token
end

#notebook_instances::Array[Types::NotebookInstanceSummary]

Returns the value of attribute notebook_instances.

Returns:



8243
8244
8245
# File 'sig/types.rbs', line 8243

def notebook_instances
  @notebook_instances
end