Class: Aws::DatabaseMigrationService::Types::StopReplicationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StopReplicationMessage
- 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 to stop.
Instance Attribute Details
#replication_config_arn ⇒ String
The Amazon Resource Name of the replication to stop.
13449 13450 13451 13452 13453 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13449 class StopReplicationMessage < Struct.new( :replication_config_arn) SENSITIVE = [] include Aws::Structure end |