Class: Aws::DatabaseMigrationService::Types::StopDataMigrationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StopDataMigrationMessage
- 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 stop.
Instance Attribute Details
#data_migration_identifier ⇒ String
The identifier (name or ARN) of the data migration to stop.
13560 13561 13562 13563 13564 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13560 class StopDataMigrationMessage < Struct.new( :data_migration_identifier) SENSITIVE = [] include Aws::Structure end |