Class: Aws::Types::SpaceJupyterLabAppSettings
- Inherits:
-
Object
- Object
- Aws::Types::SpaceJupyterLabAppSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_lifecycle_management ⇒ Types::SpaceAppLifecycleManagement
Returns the value of attribute app_lifecycle_management.
-
#code_repositories ⇒ ::Array[Types::CodeRepository]
Returns the value of attribute code_repositories.
-
#default_resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute default_resource_spec.
Instance Attribute Details
#app_lifecycle_management ⇒ Types::SpaceAppLifecycleManagement
Returns the value of attribute app_lifecycle_management.
10948 10949 10950 |
# File 'sig/types.rbs', line 10948 def app_lifecycle_management @app_lifecycle_management end |
#code_repositories ⇒ ::Array[Types::CodeRepository]
Returns the value of attribute code_repositories.
10947 10948 10949 |
# File 'sig/types.rbs', line 10947 def code_repositories @code_repositories end |
#default_resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute default_resource_spec.
10946 10947 10948 |
# File 'sig/types.rbs', line 10946 def default_resource_spec @default_resource_spec end |