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.
11050 11051 11052 |
# File 'sig/types.rbs', line 11050 def app_type @app_type end |
#remote_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute remote_access.
11051 11052 11053 |
# File 'sig/types.rbs', line 11051 def remote_access @remote_access end |
#space_storage_settings ⇒ Types::SpaceStorageSettings
Returns the value of attribute space_storage_settings.
11052 11053 11054 |
# File 'sig/types.rbs', line 11052 def space_storage_settings @space_storage_settings end |