Class: Aws::Types::MySQLCatalogTarget
- Inherits:
-
Object
- Object
- Aws::Types::MySQLCatalogTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#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.
5780 5781 5782 |
# File 'sig/types.rbs', line 5780 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5779 5780 5781 |
# File 'sig/types.rbs', line 5779 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
5778 5779 5780 |
# File 'sig/types.rbs', line 5778 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
5781 5782 5783 |
# File 'sig/types.rbs', line 5781 def table @table end |