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.
10956 10957 10958 |
# File 'sig/types.rbs', line 10956 def app_lifecycle_management @app_lifecycle_management end |
#code_repositories ⇒ ::Array[Types::CodeRepository]
Returns the value of attribute code_repositories.
10955 10956 10957 |
# File 'sig/types.rbs', line 10955 def code_repositories @code_repositories end |
#default_resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute default_resource_spec.
10954 10955 10956 |
# File 'sig/types.rbs', line 10954 def default_resource_spec @default_resource_spec end |