Class: Aws::Types::OracleSQLCatalogSource
- Inherits:
-
Object
- Object
- Aws::Types::OracleSQLCatalogSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#table ⇒ ::String
Returns the value of attribute table.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
5859 5860 5861 |
# File 'sig/types.rbs', line 5859 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
5858 5859 5860 |
# File 'sig/types.rbs', line 5858 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
5860 5861 5862 |
# File 'sig/types.rbs', line 5860 def table @table end |