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.
9945 9946 9947 |
# File 'sig/types.rbs', line 9945 def data_source_arn @data_source_arn end |
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
9947 9948 9949 |
# File 'sig/types.rbs', line 9947 def input_columns @input_columns end |
#table_path ⇒ ::Array[Types::TablePathElement]
Returns the value of attribute table_path.
9946 9947 9948 |
# File 'sig/types.rbs', line 9946 def table_path @table_path end |