Class: Aws::Types::SpaceSettingsSummary
- Inherits:
-
Object
- Object
- Aws::Types::SpaceSettingsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_type ⇒ "JupyterServer", ...
Returns the value of attribute app_type.
-
#remote_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute remote_access.
-
#space_storage_settings ⇒ Types::SpaceStorageSettings
Returns the value of attribute space_storage_settings.
Instance Attribute Details
#app_type ⇒ "JupyterServer", ...
Returns the value of attribute app_type.
10974 10975 10976 |
# File 'sig/types.rbs', line 10974 def app_type @app_type end |
#remote_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute remote_access.
10975 10976 10977 |
# File 'sig/types.rbs', line 10975 def remote_access @remote_access end |
#space_storage_settings ⇒ Types::SpaceStorageSettings
Returns the value of attribute space_storage_settings.
10976 10977 10978 |
# File 'sig/types.rbs', line 10976 def space_storage_settings @space_storage_settings end |