Class: Aws::Types::JupyterLabAppSettings
- Inherits:
-
Object
- Object
- Aws::Types::JupyterLabAppSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_lifecycle_management ⇒ Types::AppLifecycleManagement
Returns the value of attribute app_lifecycle_management.
-
#built_in_lifecycle_config_arn ⇒ ::String
Returns the value of attribute built_in_lifecycle_config_arn.
-
#code_repositories ⇒ ::Array[Types::CodeRepository]
Returns the value of attribute code_repositories.
-
#custom_images ⇒ ::Array[Types::CustomImage]
Returns the value of attribute custom_images.
-
#default_resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute default_resource_spec.
-
#emr_settings ⇒ Types::EmrSettings
Returns the value of attribute emr_settings.
-
#lifecycle_config_arns ⇒ ::Array[::String]
Returns the value of attribute lifecycle_config_arns.
Instance Attribute Details
#app_lifecycle_management ⇒ Types::AppLifecycleManagement
Returns the value of attribute app_lifecycle_management.
6944 6945 6946 |
# File 'sig/types.rbs', line 6944 def app_lifecycle_management @app_lifecycle_management end |
#built_in_lifecycle_config_arn ⇒ ::String
Returns the value of attribute built_in_lifecycle_config_arn.
6946 6947 6948 |
# File 'sig/types.rbs', line 6946 def built_in_lifecycle_config_arn @built_in_lifecycle_config_arn end |
#code_repositories ⇒ ::Array[Types::CodeRepository]
Returns the value of attribute code_repositories.
6943 6944 6945 |
# File 'sig/types.rbs', line 6943 def code_repositories @code_repositories end |
#custom_images ⇒ ::Array[Types::CustomImage]
Returns the value of attribute custom_images.
6941 6942 6943 |
# File 'sig/types.rbs', line 6941 def custom_images @custom_images end |
#default_resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute default_resource_spec.
6940 6941 6942 |
# File 'sig/types.rbs', line 6940 def default_resource_spec @default_resource_spec end |
#emr_settings ⇒ Types::EmrSettings
Returns the value of attribute emr_settings.
6945 6946 6947 |
# File 'sig/types.rbs', line 6945 def emr_settings @emr_settings end |
#lifecycle_config_arns ⇒ ::Array[::String]
Returns the value of attribute lifecycle_config_arns.
6942 6943 6944 |
# File 'sig/types.rbs', line 6942 def lifecycle_config_arns @lifecycle_config_arns end |