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:



6930
6931
6932
6933
6934
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6930

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