Class: Aws::Types::ListNotebookMetadataOutput

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)


761
762
763
# File 'sig/types.rbs', line 761

def next_token
  @next_token
end

#notebook_metadata_list::Array[Types::NotebookMetadata]

Returns the value of attribute notebook_metadata_list.

Returns:



762
763
764
# File 'sig/types.rbs', line 762

def 
  @notebook_metadata_list
end