Class: Aws::DatabaseMigrationService::Types::ModifyMigrationProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ModifyMigrationProjectResponse
- 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 modified.
Instance Attribute Details
#migration_project ⇒ Types::MigrationProject
The migration project that was modified.
7956 7957 7958 7959 7960 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7956 class ModifyMigrationProjectResponse < Struct.new( :migration_project) SENSITIVE = [] include Aws::Structure end |