Class: Aws::DatabaseMigrationService::Types::StartMetadataModelImportMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#migration_project_identifierString

The migration project name or Amazon Resource Name (ARN).

Returns:

  • (String)


12532
12533
12534
12535
12536
12537
12538
12539
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12532

class StartMetadataModelImportMessage < Struct.new(
  :migration_project_identifier,
  :selection_rules,
  :origin,
  :refresh)
  SENSITIVE = []
  include Aws::Structure
end

#originString

Whether to load metadata to the source or target database.

Returns:

  • (String)


12532
12533
12534
12535
12536
12537
12538
12539
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12532

class StartMetadataModelImportMessage < Struct.new(
  :migration_project_identifier,
  :selection_rules,
  :origin,
  :refresh)
  SENSITIVE = []
  include Aws::Structure
end

#refreshBoolean

If true, DMS loads metadata for the specified objects from the source database.

Returns:

  • (Boolean)


12532
12533
12534
12535
12536
12537
12538
12539
# File 'gems/aws-sdk-databasemigrationservice/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_rulesString

A value that specifies the database objects to import.

Returns:

  • (String)


12532
12533
12534
12535
12536
12537
12538
12539
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12532

class StartMetadataModelImportMessage < Struct.new(
  :migration_project_identifier,
  :selection_rules,
  :origin,
  :refresh)
  SENSITIVE = []
  include Aws::Structure
end