Class: Aws::DatabaseMigrationService::Types::StopDataMigrationMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_migration_identifierString

The identifier (name or ARN) of the data migration to stop.

Returns:

  • (String)


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