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
show all
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

Instance Attribute Details

#database_nameString

The name of the database to be synchronized.

Returns:

  • (String)

    The name of the database to be synchronized.

#tablesArray<String>

A list of the tables to be synchronized.

Returns:

  • (Array<String>)

    A list of the tables to be synchronized.