Class: Aws::DatabaseMigrationService::Types::DeleteMigrationProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteMigrationProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_project ⇒ Types::MigrationProject
The migration project that was deleted.
Instance Attribute Details
#migration_project ⇒ Types::MigrationProject
The migration project that was deleted.
2590 2591 2592 2593 2594 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2590 class DeleteMigrationProjectResponse < Struct.new( :migration_project) SENSITIVE = [] include Aws::Structure end |