Class: Aws::Types::MicrosoftSQLServerCatalogSource
- Inherits:
-
Object
- Object
- Aws::Types::MicrosoftSQLServerCatalogSource
- 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.
5668 5669 5670 |
# File 'sig/types.rbs', line 5668 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
5667 5668 5669 |
# File 'sig/types.rbs', line 5667 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
5669 5670 5671 |
# File 'sig/types.rbs', line 5669 def table @table end |