Class: Aws::DatabaseMigrationService::Types::ReloadTablesMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reload_optionString

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.

Returns:

  • (String)


10170
10171
10172
10173
10174
10175
10176
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10170

class ReloadTablesMessage < Struct.new(
  :replication_task_arn,
  :tables_to_reload,
  :reload_option)
  SENSITIVE = []
  include Aws::Structure
end

#replication_task_arnString

The Amazon Resource Name (ARN) of the replication task.

Returns:

  • (String)


10170
10171
10172
10173
10174
10175
10176
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10170

class ReloadTablesMessage < Struct.new(
  :replication_task_arn,
  :tables_to_reload,
  :reload_option)
  SENSITIVE = []
  include Aws::Structure
end

#tables_to_reloadArray<Types::TableToReload>

The name and schema of the table to be reloaded.

Returns:



10170
10171
10172
10173
10174
10175
10176
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10170

class ReloadTablesMessage < Struct.new(
  :replication_task_arn,
  :tables_to_reload,
  :reload_option)
  SENSITIVE = []
  include Aws::Structure
end