Class: Aws::DatabaseMigrationService::Types::CreateMigrationProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::CreateMigrationProjectResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_project ⇒ Types::MigrationProject
The migration project that was created.
Instance Attribute Details
#migration_project ⇒ Types::MigrationProject
The migration project that was created.
1359 1360 1361 1362 1363 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1359 class CreateMigrationProjectResponse < Struct.new( :migration_project) SENSITIVE = [] include Aws::Structure end |