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.
11032 11033 11034 |
# File 'sig/types.rbs', line 11032 def app_lifecycle_management @app_lifecycle_management end |
#code_repositories ⇒ ::Array[Types::CodeRepository]
Returns the value of attribute code_repositories.
11031 11032 11033 |
# File 'sig/types.rbs', line 11031 def code_repositories @code_repositories end |
#default_resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute default_resource_spec.
11030 11031 11032 |
# File 'sig/types.rbs', line 11030 def default_resource_spec @default_resource_spec end |