Class: Aws::Types::MySQLCatalogSource
- Inherits:
-
Object
- Object
- Aws::Types::MySQLCatalogSource
- 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.
5716 5717 5718 |
# File 'sig/types.rbs', line 5716 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
5715 5716 5717 |
# File 'sig/types.rbs', line 5715 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
5717 5718 5719 |
# File 'sig/types.rbs', line 5717 def table @table end |