Class: Aws::Types::ListNotebookExecutionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListNotebookExecutionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#notebook_executions ⇒ ::Array[Types::NotebookExecutionSummary]
Returns the value of attribute notebook_executions.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
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.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def notebook_executions @notebook_executions end |