Class: Aws::DatabaseMigrationService::Types::DeleteMigrationProjectMessage

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_project_identifierString

The name or Amazon Resource Name (ARN) of the migration project to delete.

Returns:

  • (String)


2585
2586
2587
2588
2589
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2585

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