Class: Aws::Types::DescribeAppImageConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppImageConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_image_config_arn ⇒ ::String
Returns the value of attribute app_image_config_arn.
-
#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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#app_image_config_arn ⇒ ::String
Returns the value of attribute app_image_config_arn.
3806 3807 3808 |
# File 'sig/types.rbs', line 3806 def app_image_config_arn @app_image_config_arn end |
#app_image_config_name ⇒ ::String
Returns the value of attribute app_image_config_name.
3807 3808 3809 |
# File 'sig/types.rbs', line 3807 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.
3812 3813 3814 |
# File 'sig/types.rbs', line 3812 def code_editor_app_image_config @code_editor_app_image_config end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3808 3809 3810 |
# File 'sig/types.rbs', line 3808 def creation_time @creation_time end |
#jupyter_lab_app_image_config ⇒ Types::JupyterLabAppImageConfig
Returns the value of attribute jupyter_lab_app_image_config.
3811 3812 3813 |
# File 'sig/types.rbs', line 3811 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.
3810 3811 3812 |
# File 'sig/types.rbs', line 3810 def kernel_gateway_image_config @kernel_gateway_image_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3809 3810 3811 |
# File 'sig/types.rbs', line 3809 def last_modified_time @last_modified_time end |