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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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)


2299
2300
2301
2302
2303
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2299

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