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.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def data_quality_glue_table @data_quality_glue_table end |
#glue_table ⇒ Types::GlueTable
Returns the value of attribute glue_table.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def glue_table @glue_table end |