Class: Aws::Types::PostgreSQLCatalogSource
- Inherits:
-
Object
- Object
- Aws::Types::PostgreSQLCatalogSource
- 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.
6007 6008 6009 |
# File 'sig/types.rbs', line 6007 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
6006 6007 6008 |
# File 'sig/types.rbs', line 6006 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
6008 6009 6010 |
# File 'sig/types.rbs', line 6008 def table @table end |