Class: Aws::DatabaseMigrationService::Types::ExportMetadataModelAssessmentMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ExportMetadataModelAssessmentMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_report_types ⇒ Array<String>
The file format of the assessment file.
-
#file_name ⇒ String
The name of the assessment file to create in your Amazon S3 bucket.
-
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
-
#selection_rules ⇒ String
A value that specifies the database objects to assess.
Instance Attribute Details
#assessment_report_types ⇒ Array<String>
The file format of the assessment file.
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_name ⇒ String
The name of the assessment file to create in your Amazon S3 bucket.
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_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
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_rules ⇒ String
A value that specifies the database objects to assess.
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 |