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.
6882 6883 6884 |
# File 'sig/types.rbs', line 6882 def app_lifecycle_management @app_lifecycle_management end |
#built_in_lifecycle_config_arn ⇒ ::String
Returns the value of attribute built_in_lifecycle_config_arn.
6884 6885 6886 |
# File 'sig/types.rbs', line 6884 def built_in_lifecycle_config_arn @built_in_lifecycle_config_arn end |
#code_repositories ⇒ ::Array[Types::CodeRepository]
Returns the value of attribute code_repositories.
6881 6882 6883 |
# File 'sig/types.rbs', line 6881 def code_repositories @code_repositories end |
#custom_images ⇒ ::Array[Types::CustomImage]
Returns the value of attribute custom_images.
6879 6880 6881 |
# File 'sig/types.rbs', line 6879 def custom_images @custom_images end |
#default_resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute default_resource_spec.
6878 6879 6880 |
# File 'sig/types.rbs', line 6878 def default_resource_spec @default_resource_spec end |
#emr_settings ⇒ Types::EmrSettings
Returns the value of attribute emr_settings.
6883 6884 6885 |
# File 'sig/types.rbs', line 6883 def emr_settings @emr_settings end |
#lifecycle_config_arns ⇒ ::Array[::String]
Returns the value of attribute lifecycle_config_arns.
6880 6881 6882 |
# File 'sig/types.rbs', line 6880 def lifecycle_config_arns @lifecycle_config_arns end |