Class: Aws::Types::GlueDataCatalogConfig
- Inherits:
-
Object
- Object
- Aws::Types::GlueDataCatalogConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#table_prefix ⇒ ::String
Returns the value of attribute table_prefix.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
664 665 666 |
# File 'sig/types.rbs', line 664 def database_name @database_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
663 664 665 |
# File 'sig/types.rbs', line 663 def role_arn @role_arn end |
#table_prefix ⇒ ::String
Returns the value of attribute table_prefix.
665 666 667 |
# File 'sig/types.rbs', line 665 def table_prefix @table_prefix end |