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.
5687 5688 5689 |
# File 'sig/types.rbs', line 5687 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
5686 5687 5688 |
# File 'sig/types.rbs', line 5686 def name @name end |
#table ⇒ ::String
Returns the value of attribute table.
5688 5689 5690 |
# File 'sig/types.rbs', line 5688 def table @table end |