Class: Aws::Types::DataSource
- Inherits:
-
Object
- Object
- Aws::Types::DataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_quality_glue_table ⇒ Types::DataQualityGlueTable
Returns the value of attribute data_quality_glue_table.
-
#glue_table ⇒ Types::GlueTable
Returns the value of attribute glue_table.
Instance Attribute Details
#data_quality_glue_table ⇒ Types::DataQualityGlueTable
Returns the value of attribute data_quality_glue_table.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def data_quality_glue_table @data_quality_glue_table end |
#glue_table ⇒ Types::GlueTable
Returns the value of attribute glue_table.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def glue_table @glue_table end |