Class: Aws::Glue::Types::DataQualityTargetTable

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

An object representing an Glue table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The catalog id where the Glue table exists.

Returns:

  • (String)


6673
6674
6675
6676
6677
6678
6679
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6673

class DataQualityTargetTable < Struct.new(
  :table_name,
  :database_name,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database where the Glue table exists.

Returns:

  • (String)


6673
6674
6675
6676
6677
6678
6679
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6673

class DataQualityTargetTable < Struct.new(
  :table_name,
  :database_name,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the Glue table.

Returns:

  • (String)


6673
6674
6675
6676
6677
6678
6679
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6673

class DataQualityTargetTable < Struct.new(
  :table_name,
  :database_name,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end