Class: Aws::Types::JdbcTarget
- Inherits:
-
Object
- Object
- Aws::Types::JdbcTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#enable_additional_metadata ⇒ ::Array[("COMMENTS" | "RAWTYPES")]
Returns the value of attribute enable_additional_metadata.
-
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
4856 4857 4858 |
# File 'sig/types.rbs', line 4856 def connection_name @connection_name end |
#enable_additional_metadata ⇒ ::Array[("COMMENTS" | "RAWTYPES")]
Returns the value of attribute enable_additional_metadata.
4859 4860 4861 |
# File 'sig/types.rbs', line 4859 def @enable_additional_metadata end |
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
4858 4859 4860 |
# File 'sig/types.rbs', line 4858 def exclusions @exclusions end |
#path ⇒ ::String
Returns the value of attribute path.
4857 4858 4859 |
# File 'sig/types.rbs', line 4857 def path @path end |