Class: Aws::Types::StartNotebookExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::StartNotebookExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#editor_id ⇒ ::String
Returns the value of attribute editor_id.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#execution_engine ⇒ Types::ExecutionEngineConfig
Returns the value of attribute execution_engine.
-
#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::NotebookS3LocationFromInput
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::OutputNotebookS3LocationFromInput
Returns the value of attribute output_notebook_s3_location.
-
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#editor_id ⇒ ::String
Returns the value of attribute editor_id.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def editor_id @editor_id end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def environment_variables @environment_variables end |
#execution_engine ⇒ Types::ExecutionEngineConfig
Returns the value of attribute execution_engine.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def execution_engine @execution_engine end |
#notebook_execution_name ⇒ ::String
Returns the value of attribute notebook_execution_name.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def notebook_execution_name @notebook_execution_name end |
#notebook_instance_security_group_id ⇒ ::String
Returns the value of attribute notebook_instance_security_group_id.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def notebook_instance_security_group_id @notebook_instance_security_group_id end |
#notebook_params ⇒ ::String
Returns the value of attribute notebook_params.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def notebook_params @notebook_params end |
#notebook_s3_location ⇒ Types::NotebookS3LocationFromInput
Returns the value of attribute notebook_s3_location.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def notebook_s3_location @notebook_s3_location end |
#output_notebook_format ⇒ "HTML"
Returns the value of attribute output_notebook_format.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def output_notebook_format @output_notebook_format end |
#output_notebook_s3_location ⇒ Types::OutputNotebookS3LocationFromInput
Returns the value of attribute output_notebook_s3_location.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def output_notebook_s3_location @output_notebook_s3_location end |
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def relative_path @relative_path end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def service_role @service_role end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def @tags end |