Class: Aws::DatabaseMigrationService::Types::ReloadReplicationTablesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replication_config_arnString

The Amazon Resource Name of the replication config for which to reload tables.

Returns:

  • (String)


10559
10560
10561
10562
10563
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10559

class ReloadReplicationTablesResponse < Struct.new(
  :replication_config_arn)
  SENSITIVE = []
  include Aws::Structure
end