Class: Aws::Types::UpdateAppImageConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppImageConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_image_config_name ⇒ ::String
Returns the value of attribute app_image_config_name.
-
#code_editor_app_image_config ⇒ Types::CodeEditorAppImageConfig
Returns the value of attribute code_editor_app_image_config.
-
#jupyter_lab_app_image_config ⇒ Types::JupyterLabAppImageConfig
Returns the value of attribute jupyter_lab_app_image_config.
-
#kernel_gateway_image_config ⇒ Types::KernelGatewayImageConfig
Returns the value of attribute kernel_gateway_image_config.
Instance Attribute Details
#app_image_config_name ⇒ ::String
Returns the value of attribute app_image_config_name.
11918 11919 11920 |
# File 'sig/types.rbs', line 11918 def app_image_config_name @app_image_config_name end |
#code_editor_app_image_config ⇒ Types::CodeEditorAppImageConfig
Returns the value of attribute code_editor_app_image_config.
11921 11922 11923 |
# File 'sig/types.rbs', line 11921 def code_editor_app_image_config @code_editor_app_image_config end |
#jupyter_lab_app_image_config ⇒ Types::JupyterLabAppImageConfig
Returns the value of attribute jupyter_lab_app_image_config.
11920 11921 11922 |
# File 'sig/types.rbs', line 11920 def jupyter_lab_app_image_config @jupyter_lab_app_image_config end |
#kernel_gateway_image_config ⇒ Types::KernelGatewayImageConfig
Returns the value of attribute kernel_gateway_image_config.
11919 11920 11921 |
# File 'sig/types.rbs', line 11919 def kernel_gateway_image_config @kernel_gateway_image_config end |