Class: Aws::DatabaseMigrationService::Types::ReloadReplicationTablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReloadReplicationTablesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_config_arn ⇒ String
The Amazon Resource Name of the replication config for which to reload tables.
Instance Attribute Details
#replication_config_arn ⇒ String
The Amazon Resource Name of the replication config for which to reload tables.
10665 10666 10667 10668 10669 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10665 class ReloadReplicationTablesResponse < Struct.new( :replication_config_arn) SENSITIVE = [] include Aws::Structure end |