Class: Aws::Types::LicenseServerSettings
- Inherits:
-
Object
- Object
- Aws::Types::LicenseServerSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#server_settings ⇒ Types::ServerSettings
Returns the value of attribute server_settings.
-
#server_type ⇒ "RDS_SAL"
Returns the value of attribute server_type.
Instance Attribute Details
#server_settings ⇒ Types::ServerSettings
Returns the value of attribute server_settings.
199 200 201 |
# File 'sig/types.rbs', line 199 def server_settings @server_settings end |
#server_type ⇒ "RDS_SAL"
Returns the value of attribute server_type.
198 199 200 |
# File 'sig/types.rbs', line 198 def server_type @server_type end |