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.
13425 13426 13427 13428 13429 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13425 class StopDataMigrationMessage < Struct.new( :data_migration_identifier) SENSITIVE = [] include Aws::Structure end |