Class: Aws::DatabaseMigrationService::Types::GetTargetSelectionRulesMessage

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)


6564
6565
6566
6567
6568
6569
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6564

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

#selection_rulesString

The JSON string representing the source selection rules for conversion. Selection rules must contain only supported metadata model types. For more information, see Selection Rules in the DMS User Guide.

Returns:

  • (String)


6564
6565
6566
6567
6568
6569
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6564

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