Class: Aws::DatabaseMigrationService::Types::StartMetadataModelAssessmentMessage

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)


12389
12390
12391
12392
12393
12394
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12389

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

#selection_rulesString

A value that specifies the database objects to assess.

Returns:

  • (String)


12389
12390
12391
12392
12393
12394
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12389

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