Class: Aws::Types::ListNotebookExecutionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListNotebookExecutionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#editor_id ⇒ ::String
Returns the value of attribute editor_id.
-
#execution_engine_id ⇒ ::String
Returns the value of attribute execution_engine_id.
-
#from ⇒ ::Time
Returns the value of attribute from.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#status ⇒ "START_PENDING", ...
Returns the value of attribute status.
-
#to ⇒ ::Time
Returns the value of attribute to.
Instance Attribute Details
#editor_id ⇒ ::String
Returns the value of attribute editor_id.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def editor_id @editor_id end |
#execution_engine_id ⇒ ::String
Returns the value of attribute execution_engine_id.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def execution_engine_id @execution_engine_id end |
#from ⇒ ::Time
Returns the value of attribute from.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def from @from end |
#marker ⇒ ::String
Returns the value of attribute marker.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def marker @marker end |
#status ⇒ "START_PENDING", ...
Returns the value of attribute status.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def status @status end |
#to ⇒ ::Time
Returns the value of attribute to.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def to @to end |