Class: Aws::Types::DataCatalogConfig
- Inherits:
-
Object
- Object
- Aws::Types::DataCatalogConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
3113 3114 3115 |
# File 'sig/types.rbs', line 3113 def catalog @catalog end |
#database ⇒ ::String
Returns the value of attribute database.
3114 3115 3116 |
# File 'sig/types.rbs', line 3114 def database @database end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
3112 3113 3114 |
# File 'sig/types.rbs', line 3112 def table_name @table_name end |