Class: Aws::DatabaseMigrationService::Types::StartDataMigrationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartDataMigrationMessage
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
12987 12988 12989 12990 12991 12992 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12987 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
.
12987 12988 12989 12990 12991 12992 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12987 class StartDataMigrationMessage < Struct.new( :data_migration_identifier, :start_type) SENSITIVE = [] include Aws::Structure end |