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).
12532 12533 12534 12535 12536 12537 12538 12539 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12532 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.
12532 12533 12534 12535 12536 12537 12538 12539 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12532 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.
12532 12533 12534 12535 12536 12537 12538 12539 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12532 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.
12532 12533 12534 12535 12536 12537 12538 12539 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12532 class StartMetadataModelImportMessage < Struct.new( :migration_project_identifier, :selection_rules, :origin, :refresh) SENSITIVE = [] include Aws::Structure end |