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)


10143
10144
10145
10146
10147
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10143

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