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)


12869
12870
12871
12872
12873
12874
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12869

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)


12869
12870
12871
12872
12873
12874
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12869

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