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>)


5885
5886
5887
5888
5889
5890
5891
5892
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5885

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)


5885
5886
5887
5888
5889
5890
5891
5892
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5885

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)


5885
5886
5887
5888
5889
5890
5891
5892
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5885

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)


5885
5886
5887
5888
5889
5890
5891
5892
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5885

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