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.
8046 8047 8048 8049 8050 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8046 class DataSource < Struct.new( :glue_table) SENSITIVE = [] include Aws::Structure end |