Class: Aws::DatabaseMigrationService::Types::StopDataMigrationResponse

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_migrationTypes::DataMigration

The data migration that DMS stopped.



13437
13438
13439
13440
13441
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13437

class StopDataMigrationResponse < Struct.new(
  :data_migration)
  SENSITIVE = []
  include Aws::Structure
end