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.
5830 5831 5832 |
# File 'sig/types.rbs', line 5830 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
5829 5830 5831 |
# File 'sig/types.rbs', line 5829 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
5831 5832 5833 |
# File 'sig/types.rbs', line 5831 def table @table end |