Class: Aws::Types::OracleSQLCatalogTarget
- Inherits:
-
Object
- Object
- Aws::Types::OracleSQLCatalogTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#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.
5867 5868 5869 |
# File 'sig/types.rbs', line 5867 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5866 5867 5868 |
# File 'sig/types.rbs', line 5866 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
5865 5866 5867 |
# File 'sig/types.rbs', line 5865 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
5868 5869 5870 |
# File 'sig/types.rbs', line 5868 def table @table end |