Class: Aws::DatabaseMigrationService::Types::DeleteDataMigrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteDataMigrationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_migration ⇒ Types::DataMigration
The deleted data migration.
Instance Attribute Details
#data_migration ⇒ Types::DataMigration
The deleted data migration.
2444 2445 2446 2447 2448 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2444 class DeleteDataMigrationResponse < Struct.new( :data_migration) SENSITIVE = [] include Aws::Structure end |