Class: Aws::Types::NotebookExecution
- Inherits:
-
Object
- Object
- Aws::Types::NotebookExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#editor_id ⇒ ::String
Returns the value of attribute editor_id.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#execution_engine ⇒ Types::ExecutionEngineConfig
Returns the value of attribute execution_engine.
-
#last_state_change_reason ⇒ ::String
Returns the value of attribute last_state_change_reason.
-
#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_instance_security_group_id ⇒ ::String
Returns the value of attribute notebook_instance_security_group_id.
-
#notebook_params ⇒ ::String
Returns the value of attribute notebook_params.
-
#notebook_s3_location ⇒ Types::NotebookS3LocationForOutput
Returns the value of attribute notebook_s3_location.
-
#output_notebook_format ⇒ "HTML"
Returns the value of attribute output_notebook_format.
-
#output_notebook_s3_location ⇒ Types::OutputNotebookS3LocationForOutput
Returns the value of attribute output_notebook_s3_location.
-
#output_notebook_uri ⇒ ::String
Returns the value of attribute output_notebook_uri.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "START_PENDING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def arn @arn end |
#editor_id ⇒ ::String
Returns the value of attribute editor_id.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def editor_id @editor_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def end_time @end_time end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def environment_variables @environment_variables end |
#execution_engine ⇒ Types::ExecutionEngineConfig
Returns the value of attribute execution_engine.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def execution_engine @execution_engine end |
#last_state_change_reason ⇒ ::String
Returns the value of attribute last_state_change_reason.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def last_state_change_reason @last_state_change_reason end |
#notebook_execution_id ⇒ ::String
Returns the value of attribute notebook_execution_id.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def notebook_execution_id @notebook_execution_id end |
#notebook_execution_name ⇒ ::String
Returns the value of attribute notebook_execution_name.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def notebook_execution_name @notebook_execution_name end |
#notebook_instance_security_group_id ⇒ ::String
Returns the value of attribute notebook_instance_security_group_id.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def notebook_instance_security_group_id @notebook_instance_security_group_id end |
#notebook_params ⇒ ::String
Returns the value of attribute notebook_params.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def notebook_params @notebook_params end |
#notebook_s3_location ⇒ Types::NotebookS3LocationForOutput
Returns the value of attribute notebook_s3_location.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def notebook_s3_location @notebook_s3_location end |
#output_notebook_format ⇒ "HTML"
Returns the value of attribute output_notebook_format.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def output_notebook_format @output_notebook_format end |
#output_notebook_s3_location ⇒ Types::OutputNotebookS3LocationForOutput
Returns the value of attribute output_notebook_s3_location.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def output_notebook_s3_location @output_notebook_s3_location end |
#output_notebook_uri ⇒ ::String
Returns the value of attribute output_notebook_uri.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def output_notebook_uri @output_notebook_uri end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def start_time @start_time end |
#status ⇒ "START_PENDING", ...
Returns the value of attribute status.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def @tags end |