Class: Aws::Types::PostgreSQLCatalogTarget
- Inherits:
-
Object
- Object
- Aws::Types::PostgreSQLCatalogTarget
- 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.
6015 6016 6017 |
# File 'sig/types.rbs', line 6015 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6014 6015 6016 |
# File 'sig/types.rbs', line 6014 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6013 6014 6015 |
# File 'sig/types.rbs', line 6013 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
6016 6017 6018 |
# File 'sig/types.rbs', line 6016 def table @table end |