Class: Aws::DatabaseMigrationService::Types::ReloadReplicationTablesMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReloadReplicationTablesMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reload_option ⇒ String
Options for reload.
-
#replication_config_arn ⇒ String
The Amazon Resource Name of the replication config for which to reload tables.
-
#tables_to_reload ⇒ Array<Types::TableToReload>
The list of tables to reload.
Instance Attribute Details
#reload_option ⇒ String
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 replication.
10544 10545 10546 10547 10548 10549 10550 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10544 class ReloadReplicationTablesMessage < Struct.new( :replication_config_arn, :tables_to_reload, :reload_option) SENSITIVE = [] include Aws::Structure end |
#replication_config_arn ⇒ String
The Amazon Resource Name of the replication config for which to reload tables.
10544 10545 10546 10547 10548 10549 10550 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10544 class ReloadReplicationTablesMessage < Struct.new( :replication_config_arn, :tables_to_reload, :reload_option) SENSITIVE = [] include Aws::Structure end |
#tables_to_reload ⇒ Array<Types::TableToReload>
The list of tables to reload.
10544 10545 10546 10547 10548 10549 10550 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10544 class ReloadReplicationTablesMessage < Struct.new( :replication_config_arn, :tables_to_reload, :reload_option) SENSITIVE = [] include Aws::Structure end |