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.
5959 5960 5961 |
# File 'sig/types.rbs', line 5959 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5958 5959 5960 |
# File 'sig/types.rbs', line 5958 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
5957 5958 5959 |
# File 'sig/types.rbs', line 5957 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
5960 5961 5962 |
# File 'sig/types.rbs', line 5960 def table @table end |