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.
10966 10967 10968 |
# File 'sig/types.rbs', line 10966 def app_type @app_type end |
#remote_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute remote_access.
10967 10968 10969 |
# File 'sig/types.rbs', line 10967 def remote_access @remote_access end |
#space_storage_settings ⇒ Types::SpaceStorageSettings
Returns the value of attribute space_storage_settings.
10968 10969 10970 |
# File 'sig/types.rbs', line 10968 def space_storage_settings @space_storage_settings end |