Class: Aws::DatabaseMigrationService::Types::StartReplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartReplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication ⇒ Types::Replication
The replication that DMS started.
Instance Attribute Details
#replication ⇒ Types::Replication
The replication that DMS started.
13179 13180 13181 13182 13183 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13179 class StartReplicationResponse < Struct.new( :replication) SENSITIVE = [] include Aws::Structure end |