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.
9409 9410 9411 |
# File 'sig/types.rbs', line 9409 def catalog @catalog end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
9408 9409 9410 |
# File 'sig/types.rbs', line 9408 def data_source_arn @data_source_arn end |
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
9412 9413 9414 |
# File 'sig/types.rbs', line 9412 def input_columns @input_columns end |
#name ⇒ ::String
Returns the value of attribute name.
9411 9412 9413 |
# File 'sig/types.rbs', line 9411 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
9410 9411 9412 |
# File 'sig/types.rbs', line 9410 def schema @schema end |