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.
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_name ⇒ String
The name of the assessment file to create in your Amazon S3 bucket.
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_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
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_rules ⇒ String
A value that specifies the database objects to assess.
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 |