Class: Aws::DatabaseMigrationService::Types::CreateMigrationProjectResponse

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 created.



1283
1284
1285
1286
1287
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1283

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