Class: Aws::DatabaseMigrationService::Types::StartDataMigrationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartDataMigrationMessage
- 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 start.
-
#start_type ⇒ String
Specifies the start type for the data migration.
Instance Attribute Details
#data_migration_identifier ⇒ String
The identifier (name or ARN) of the data migration to start.
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_type ⇒ String
Specifies the start type for the data migration. Valid values include ‘start-replication`, `reload-target`, and `resume-processing`.
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 |