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.
2439 2440 2441 2442 2443 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2439 class DeleteDataMigrationMessage < Struct.new( :data_migration_identifier) SENSITIVE = [] include Aws::Structure end |