Class: Aws::DatabaseMigrationService::Types::StartMetadataModelExportToTargetMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelExportToTargetMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
-
#overwrite_extension_pack ⇒ Boolean
Whether to overwrite the migration project extension pack.
-
#selection_rules ⇒ String
A value that specifies the database objects to export.
Instance Attribute Details
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
13026 13027 13028 13029 13030 13031 13032 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13026 class StartMetadataModelExportToTargetMessage < Struct.new( :migration_project_identifier, :selection_rules, :overwrite_extension_pack) SENSITIVE = [] include Aws::Structure end |
#overwrite_extension_pack ⇒ Boolean
Whether to overwrite the migration project extension pack. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.
13026 13027 13028 13029 13030 13031 13032 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13026 class StartMetadataModelExportToTargetMessage < Struct.new( :migration_project_identifier, :selection_rules, :overwrite_extension_pack) SENSITIVE = [] include Aws::Structure end |
#selection_rules ⇒ String
A value that specifies the database objects to export.
13026 13027 13028 13029 13030 13031 13032 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13026 class StartMetadataModelExportToTargetMessage < Struct.new( :migration_project_identifier, :selection_rules, :overwrite_extension_pack) SENSITIVE = [] include Aws::Structure end |