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.
5988 5989 5990 |
# File 'sig/types.rbs', line 5988 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5987 5988 5989 |
# File 'sig/types.rbs', line 5987 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
5986 5987 5988 |
# File 'sig/types.rbs', line 5986 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
5989 5990 5991 |
# File 'sig/types.rbs', line 5989 def table @table end |