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

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

Overview

An object representing an Glue table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The name of the database where the Glue table exists.

Returns:

  • (String)


5650
5651
5652
5653
5654
5655
# File 'lib/aws-sdk-glue/types.rb', line 5650

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

#table_nameString

The name of the Glue table.

Returns:

  • (String)


5650
5651
5652
5653
5654
5655
# File 'lib/aws-sdk-glue/types.rb', line 5650

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