Class: Aws::Types::SaaSTable
- Inherits:
-
Object
- Object
- Aws::Types::SaaSTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
-
#table_path ⇒ ::Array[Types::TablePathElement]
Returns the value of attribute table_path.
Instance Attribute Details
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
9577 9578 9579 |
# File 'sig/types.rbs', line 9577 def data_source_arn @data_source_arn end |
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
9579 9580 9581 |
# File 'sig/types.rbs', line 9579 def input_columns @input_columns end |
#table_path ⇒ ::Array[Types::TablePathElement]
Returns the value of attribute table_path.
9578 9579 9580 |
# File 'sig/types.rbs', line 9578 def table_path @table_path end |