Method: Aws::DatabaseMigrationService::Types::StartMetadataModelImportMessage#refresh
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
#refresh ⇒ Boolean
If true, DMS loads metadata for the specified objects from the source database.
13408 13409 13410 13411 13412 13413 13414 13415 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13408 class StartMetadataModelImportMessage < Struct.new( :migration_project_identifier, :selection_rules, :origin, :refresh) SENSITIVE = [] include Aws::Structure end |