Class: Aws::Types::NotebookExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::NotebookExecutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#editor_id ⇒ ::String
Returns the value of attribute editor_id.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#execution_engine_id ⇒ ::String
Returns the value of attribute execution_engine_id.
-
#notebook_execution_id ⇒ ::String
Returns the value of attribute notebook_execution_id.
-
#notebook_execution_name ⇒ ::String
Returns the value of attribute notebook_execution_name.
-
#notebook_s3_location ⇒ Types::NotebookS3LocationForOutput
Returns the value of attribute notebook_s3_location.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "START_PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#editor_id ⇒ ::String
Returns the value of attribute editor_id.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def editor_id @editor_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def end_time @end_time end |
#execution_engine_id ⇒ ::String
Returns the value of attribute execution_engine_id.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def execution_engine_id @execution_engine_id end |
#notebook_execution_id ⇒ ::String
Returns the value of attribute notebook_execution_id.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def notebook_execution_id @notebook_execution_id end |
#notebook_execution_name ⇒ ::String
Returns the value of attribute notebook_execution_name.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def notebook_execution_name @notebook_execution_name end |
#notebook_s3_location ⇒ Types::NotebookS3LocationForOutput
Returns the value of attribute notebook_s3_location.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def notebook_s3_location @notebook_s3_location end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def start_time @start_time end |
#status ⇒ "START_PENDING", ...
Returns the value of attribute status.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def status @status end |