Class: Aws::Types::MicrosoftSQLServerCatalogTarget
- Inherits:
-
Object
- Object
- Aws::Types::MicrosoftSQLServerCatalogTarget
- 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.
5705 5706 5707 |
# File 'sig/types.rbs', line 5705 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5704 5705 5706 |
# File 'sig/types.rbs', line 5704 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
5703 5704 5705 |
# File 'sig/types.rbs', line 5703 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
5706 5707 5708 |
# File 'sig/types.rbs', line 5706 def table @table end |