Class: Aws::Types::ServerSettings
- Inherits:
-
Object
- Object
- Aws::Types::ServerSettings
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: RdsSalSettings, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rds_sal_settings ⇒ Types::RdsSalSettings
Returns the value of attribute rds_sal_settings.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#rds_sal_settings ⇒ Types::RdsSalSettings
Returns the value of attribute rds_sal_settings.
330 331 332 |
# File 'sig/types.rbs', line 330 def rds_sal_settings @rds_sal_settings end |
#unknown ⇒ Object
Returns the value of attribute unknown.
331 332 333 |
# File 'sig/types.rbs', line 331 def unknown @unknown end |