Class: Aws::Types::SqlServerParameters
- Inherits:
-
Object
- Object
- Aws::Types::SqlServerParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#host ⇒ ::String
Returns the value of attribute host.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
10478 10479 10480 |
# File 'sig/types.rbs', line 10478 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
10476 10477 10478 |
# File 'sig/types.rbs', line 10476 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
10477 10478 10479 |
# File 'sig/types.rbs', line 10477 def port @port end |