Class: Aws::DatabaseMigrationService::Types::DeleteMigrationProjectResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#migration_projectTypes::MigrationProject

The migration project that was deleted.



2311
2312
2313
2314
2315
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2311

class DeleteMigrationProjectResponse < Struct.new(
  :migration_project)
  SENSITIVE = []
  include Aws::Structure
end