Class: Aws::DatabaseMigrationService::Types::StopDataMigrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StopDataMigrationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_migration ⇒ Types::DataMigration
The data migration that DMS stopped.
Instance Attribute Details
#data_migration ⇒ Types::DataMigration
The data migration that DMS stopped.
13437 13438 13439 13440 13441 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13437 class StopDataMigrationResponse < Struct.new( :data_migration) SENSITIVE = [] include Aws::Structure end |