Class: Aws::DatabaseMigrationService::Types::ExportMetadataModelAssessmentMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_report_typesArray<String>

The file format of the assessment file.

Returns:

  • (Array<String>)


5544
5545
5546
5547
5548
5549
5550
5551
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5544

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

#file_nameString

The name of the assessment file to create in your Amazon S3 bucket.

Returns:

  • (String)


5544
5545
5546
5547
5548
5549
5550
5551
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5544

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

#migration_project_identifierString

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

Returns:

  • (String)


5544
5545
5546
5547
5548
5549
5550
5551
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5544

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

#selection_rulesString

A value that specifies the database objects to assess.

Returns:

  • (String)


5544
5545
5546
5547
5548
5549
5550
5551
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5544

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