Class: Aws::DatabaseMigrationService::Types::DeleteMigrationProjectMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteMigrationProjectMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_project_identifier ⇒ String
The name or Amazon Resource Name (ARN) of the migration project to delete.
Instance Attribute Details
#migration_project_identifier ⇒ String
The name or Amazon Resource Name (ARN) of the migration project to delete.
2578 2579 2580 2581 2582 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2578 class DeleteMigrationProjectMessage < Struct.new( :migration_project_identifier) SENSITIVE = [] include Aws::Structure end |