Class: Aws::Glue::Types::DataQualityTargetTable
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityTargetTable
- 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
-
#catalog_id ⇒ String
The catalog id where the Glue table exists.
-
#database_name ⇒ String
The name of the database where the Glue table exists.
-
#table_name ⇒ String
The name of the Glue table.
Instance Attribute Details
#catalog_id ⇒ String
The catalog id where the Glue table exists.
7180 7181 7182 7183 7184 7185 7186 |
# File 'lib/aws-sdk-glue/types.rb', line 7180 class DataQualityTargetTable < Struct.new( :table_name, :database_name, :catalog_id) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database where the Glue table exists.
7180 7181 7182 7183 7184 7185 7186 |
# File 'lib/aws-sdk-glue/types.rb', line 7180 class DataQualityTargetTable < Struct.new( :table_name, :database_name, :catalog_id) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the Glue table.
7180 7181 7182 7183 7184 7185 7186 |
# File 'lib/aws-sdk-glue/types.rb', line 7180 class DataQualityTargetTable < Struct.new( :table_name, :database_name, :catalog_id) SENSITIVE = [] include Aws::Structure end |