Class: Aws::DatabaseMigrationService::Types::StartMetadataModelConversionMessage

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)


12418
12419
12420
12421
12422
12423
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12418

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

#selection_rulesString

A value that specifies the database objects to convert.

Returns:

  • (String)


12418
12419
12420
12421
12422
12423
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12418

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