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.
10971 10972 10973 |
# File 'sig/types.rbs', line 10971 def app_lifecycle_management @app_lifecycle_management end |
#code_repositories ⇒ ::Array[Types::CodeRepository]
Returns the value of attribute code_repositories.
10970 10971 10972 |
# File 'sig/types.rbs', line 10970 def code_repositories @code_repositories end |
#default_resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute default_resource_spec.
10969 10970 10971 |
# File 'sig/types.rbs', line 10969 def default_resource_spec @default_resource_spec end |