Class: Aws::DatabaseMigrationService::Types::StartDataMigrationMessage

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 start.

Returns:

  • (String)


14110
14111
14112
14113
14114
14115
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 14110

class StartDataMigrationMessage < Struct.new(
  :data_migration_identifier,
  :start_type)
  SENSITIVE = []
  include Aws::Structure
end

#start_typeString

Specifies the start type for the data migration. Valid values include start-replication, reload-target, and resume-processing.

Returns:

  • (String)


14110
14111
14112
14113
14114
14115
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 14110

class StartDataMigrationMessage < Struct.new(
  :data_migration_identifier,
  :start_type)
  SENSITIVE = []
  include Aws::Structure
end