Class: Aws::DatabaseMigrationService::Types::StartMetadataModelImportMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelImportMessage
- 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).
-
#origin ⇒ String
Whether to load metadata to the source or target database.
-
#refresh ⇒ Boolean
If
true, DMS loads metadata for the specified objects from the source database. -
#selection_rules ⇒ String
A value that specifies the database objects to import.
Instance Attribute Details
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
14114 14115 14116 14117 14118 14119 14120 14121 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 14114 class StartMetadataModelImportMessage < Struct.new( :migration_project_identifier, :selection_rules, :origin, :refresh) SENSITIVE = [] include Aws::Structure end |
#origin ⇒ String
Whether to load metadata to the source or target database.
14114 14115 14116 14117 14118 14119 14120 14121 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 14114 class StartMetadataModelImportMessage < Struct.new( :migration_project_identifier, :selection_rules, :origin, :refresh) SENSITIVE = [] include Aws::Structure end |
#refresh ⇒ Boolean
If true, DMS loads metadata for the specified objects from the
source database.
14114 14115 14116 14117 14118 14119 14120 14121 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 14114 class StartMetadataModelImportMessage < Struct.new( :migration_project_identifier, :selection_rules, :origin, :refresh) SENSITIVE = [] include Aws::Structure end |
#selection_rules ⇒ String
A value that specifies the database objects to import.
14114 14115 14116 14117 14118 14119 14120 14121 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 14114 class StartMetadataModelImportMessage < Struct.new( :migration_project_identifier, :selection_rules, :origin, :refresh) SENSITIVE = [] include Aws::Structure end |