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:



7078
7079
7080
7081
7082
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7078

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