Class: Aws::Glue::Types::DataSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#glue_tableTypes::GlueTable

An Glue table.

Returns:



6689
6690
6691
6692
6693
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6689

class DataSource < Struct.new(
  :glue_table)
  SENSITIVE = []
  include Aws::Structure
end