class Aws::DatabaseMigrationService::Types::TableToReload

Provides the name of the schema and table to be reloaded.

@note When making an API call, you may pass TableToReload

data as a hash:

    {
      schema_name: "String", # required
      table_name: "String", # required
    }

@!attribute [rw] schema_name

The schema name of the table to be reloaded.
@return [String]

@!attribute [rw] table_name

The table name of the table to be reloaded.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TableToReload AWS API Documentation

Constants

SENSITIVE