Class: Aws::Types::ListNotebookExecutionsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def marker
  @marker
end

#notebook_executions::Array[Types::NotebookExecutionSummary]

Returns the value of attribute notebook_executions.

Returns:



1032
1033
1034
# File 'sig/types.rbs', line 1032

def notebook_executions
  @notebook_executions
end