class Aws::DatabaseMigrationService::Types::ReloadTablesMessage

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

data as a hash:

    {
      replication_task_arn: "String", # required
      tables_to_reload: [ # required
        {
          schema_name: "String", # required
          table_name: "String", # required
        },
      ],
      reload_option: "data-reload", # accepts data-reload, validate-only
    }

@!attribute [rw] replication_task_arn

The Amazon Resource Name (ARN) of the replication task.
@return [String]

@!attribute [rw] tables_to_reload

The name and schema of the table to be reloaded.
@return [Array<Types::TableToReload>]

@!attribute [rw] reload_option

Options for reload. Specify `data-reload` to reload the data and
re-validate it if validation is enabled. Specify `validate-only` to
re-validate the table. This option applies only when validation is
enabled for the task.

Valid values: data-reload, validate-only

Default value is data-reload.
@return [String]

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

Constants

SENSITIVE