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
-
#glue_table ⇒ Types::GlueTable
An Glue table.
Instance Attribute Details
#glue_table ⇒ Types::GlueTable
An Glue table.
7196 7197 7198 7199 7200 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7196 class DataSource < Struct.new( :glue_table) SENSITIVE = [] include Aws::Structure end |