Class: Aws::Glue::Types::DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataSource
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A data source (an Glue table) for which you want data quality results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_quality_glue_table ⇒ Types::DataQualityGlueTable
An Glue table for Data Quality Operations.
-
#glue_table ⇒ Types::GlueTable
An Glue table.
Instance Attribute Details
#data_quality_glue_table ⇒ Types::DataQualityGlueTable
An Glue table for Data Quality Operations.
8602 8603 8604 8605 8606 8607 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8602 class DataSource < Struct.new( :glue_table, :data_quality_glue_table) SENSITIVE = [] include Aws::Structure end |
#glue_table ⇒ Types::GlueTable
An Glue table.
8602 8603 8604 8605 8606 8607 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8602 class DataSource < Struct.new( :glue_table, :data_quality_glue_table) SENSITIVE = [] include Aws::Structure end |