Class: Aws::Types::RelationalTable
- Inherits:
-
Object
- Object
- Aws::Types::RelationalTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
9777 9778 9779 |
# File 'sig/types.rbs', line 9777 def catalog @catalog end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
9776 9777 9778 |
# File 'sig/types.rbs', line 9776 def data_source_arn @data_source_arn end |
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
9780 9781 9782 |
# File 'sig/types.rbs', line 9780 def input_columns @input_columns end |
#name ⇒ ::String
Returns the value of attribute name.
9779 9780 9781 |
# File 'sig/types.rbs', line 9779 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
9778 9779 9780 |
# File 'sig/types.rbs', line 9778 def schema @schema end |