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.
8750 8751 8752 |
# File 'sig/types.rbs', line 8750 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
8748 8749 8750 |
# File 'sig/types.rbs', line 8748 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
8749 8750 8751 |
# File 'sig/types.rbs', line 8749 def port @port end |
#use_service_name ⇒ Boolean
Returns the value of attribute use_service_name.
8751 8752 8753 |
# File 'sig/types.rbs', line 8751 def use_service_name @use_service_name end |