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.
5676 5677 5678 |
# File 'sig/types.rbs', line 5676 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5675 5676 5677 |
# File 'sig/types.rbs', line 5675 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
5674 5675 5676 |
# File 'sig/types.rbs', line 5674 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
5677 5678 5679 |
# File 'sig/types.rbs', line 5677 def table @table end |