Class: Aws::Types::OracleParameters
- Inherits:
-
Object
- Object
- Aws::Types::OracleParameters
- 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.
-
#use_service_name ⇒ Boolean
Returns the value of attribute use_service_name.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
8399 8400 8401 |
# File 'sig/types.rbs', line 8399 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
8397 8398 8399 |
# File 'sig/types.rbs', line 8397 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
8398 8399 8400 |
# File 'sig/types.rbs', line 8398 def port @port end |
#use_service_name ⇒ Boolean
Returns the value of attribute use_service_name.
8400 8401 8402 |
# File 'sig/types.rbs', line 8400 def use_service_name @use_service_name end |