Class: Aws::Types::CreateAppImageConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppImageConfigRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#app_image_config_name ⇒ ::String
Returns the value of attribute app_image_config_name.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 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.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 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.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 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.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def kernel_gateway_image_config @kernel_gateway_image_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def end |