You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::CatalogTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogTarget
- Defined in:
- (unknown)
Overview
Note:
When passing CatalogTarget as input to an Aws::Client method, you can use a vanilla Hash:
{
database_name: "NameString", # required
tables: ["NameString"], # required
}
Specifies an AWS Glue Data Catalog target.
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of the database to be synchronized.
-
#tables ⇒ Array<String>
A list of the tables to be synchronized.
Instance Attribute Details
#database_name ⇒ String
The name of the database to be synchronized.
#tables ⇒ Array<String>
A list of the tables to be synchronized.