Class: Aws::DatabaseMigrationService::Types::DeleteDataMigrationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteDataMigrationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_migration_identifier ⇒ String
The identifier (name or ARN) of the data migration to delete.
Instance Attribute Details
#data_migration_identifier ⇒ String
The identifier (name or ARN) of the data migration to delete.
2432 2433 2434 2435 2436 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2432 class DeleteDataMigrationMessage < Struct.new( :data_migration_identifier) SENSITIVE = [] include Aws::Structure end |