Class: Aws::Types::TeradataParameters
- Inherits:
-
Object
- Object
- Aws::Types::TeradataParameters
- 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.
11006 11007 11008 |
# File 'sig/types.rbs', line 11006 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
11004 11005 11006 |
# File 'sig/types.rbs', line 11004 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
11005 11006 11007 |
# File 'sig/types.rbs', line 11005 def port @port end |