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.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def catalog @catalog end |
#database ⇒ ::String
Returns the value of attribute database.
3097 3098 3099 |
# File 'sig/types.rbs', line 3097 def database @database end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
3095 3096 3097 |
# File 'sig/types.rbs', line 3095 def table_name @table_name end |